This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


javax.xml.crypto
interface URIDereferencer


public interface URIDereferencer

A dereferencer of {@link URIReference}s.

The result of dereferencing a URIReference is either an instance of {@link OctetStreamData} or {@link NodeSetData}. Unless the URIReference is a same-document reference as defined in section 4.2 of the W3C Recommendation for XML-Signature Syntax and Processing, the result of dereferencing the URIReference MUST be an OctetStreamData.


Method Summary
 Data
dereference(URIReference uriReference, XMLCryptoContext context)

          Dereferences the specified URIReference and returns the dereferenced data.
 

Method Detail

dereference

public Data dereference(URIReference uriReference,
                        XMLCryptoContext context)
                 throws URIReferenceException
Dereferences the specified URIReference and returns the dereferenced data.

Parameters:
uriReference - the URIReference
context - an XMLCryptoContext that may contain additional useful information for dereferencing the URI. This implementation should dereference the specified URIReference against the context's baseURI parameter, if specified.
Returns:
the dereferenced data
Throws:
URIReferenceException - if an exception occurs while dereferencing the specified uriReference


This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.