XML Digital Signature and Encryption, 1.0

Uses of Interface
javax.xml.crypto.URIReference

Packages that use URIReference
javax.xml.crypto   
javax.xml.crypto.dom   
javax.xml.crypto.dsig   
javax.xml.crypto.dsig.keyinfo   
javax.xml.crypto.enc   
 

Uses of URIReference in javax.xml.crypto
 

Methods in javax.xml.crypto that return URIReference
 URIReference URIReferenceException.getURIReference()
          Returns the URIReference that was being dereferenced when the exception was thrown.
 

Methods in javax.xml.crypto with parameters of type URIReference
 Data URIDereferencer.dereference(URIReference uriReference, XMLCryptoContext context)
          Dereferences the specified URIReference and returns the dereferenced data.
 

Constructors in javax.xml.crypto with parameters of type URIReference
URIReferenceException(java.lang.String message, java.lang.Throwable cause, URIReference uriReference)
          Constructs a new URIReferenceException with the specified detail message, cause and URIReference.
 

Uses of URIReference in javax.xml.crypto.dom
 

Subinterfaces of URIReference in javax.xml.crypto.dom
 interface DOMURIReference
          A DOM-specific URIReference.
 

Uses of URIReference in javax.xml.crypto.dsig
 

Subinterfaces of URIReference in javax.xml.crypto.dsig
 interface Reference
          A representation of the Reference element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
 

Uses of URIReference in javax.xml.crypto.dsig.keyinfo
 

Subinterfaces of URIReference in javax.xml.crypto.dsig.keyinfo
 interface RetrievalMethod
          A representation of the XML RetrievalMethod element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
 

Uses of URIReference in javax.xml.crypto.enc
 

Subinterfaces of URIReference in javax.xml.crypto.enc
 interface CipherReference
          A representation of the XML CipherReference element as defined in the W3C Recommendation for XML-Encryption Syntax and Processing.
 interface DataReference
          A representation of the XML DataReference element as defined in the W3C Recommendation for XML-Encryption Syntax and Processing.
 interface KeyReference
          A representation of the XML KeyReference element as defined in the W3C Recommendation for XML-Encryption Syntax and Processing.
 interface ReferenceType
          A representation of the XML CipherData complex type as defined in the W3C Recommendation for XML-Encryption Syntax and Processing.
 


XML Digital Signature and Encryption, 1.0

Copyright © 2003-2004, IBM Corporation and Sun Microsystems, Inc. All rights reserved.
Please send comments to: jsr-106-comments@jcp.org