XML Digital Signature and Encryption, 1.0

Uses of Interface
javax.xml.crypto.dsig.Reference

Packages that use Reference
javax.xml.crypto.dsig   
 

Uses of Reference in javax.xml.crypto.dsig
 

Methods in javax.xml.crypto.dsig that return Reference
abstract  Reference XMLSignatureFactory.newReference(java.lang.String uri, DigestMethod dm)
          Creates a Reference with the specified URI and digest method.
abstract  Reference XMLSignatureFactory.newReference(java.lang.String uri, DigestMethod dm, java.util.List appliedTransforms, Data result, java.util.List transforms, java.lang.String type, java.lang.String id)
          Creates a Reference with the specified parameters.
abstract  Reference XMLSignatureFactory.newReference(java.lang.String uri, DigestMethod dm, java.util.List transforms, java.lang.String type, java.lang.String id)
          Creates a Reference with the specified parameters.
abstract  Reference XMLSignatureFactory.newReference(java.lang.String uri, DigestMethod dm, java.util.List transforms, java.lang.String type, java.lang.String id, byte[] digestValue)
          Creates a Reference with the specified parameters and pre-calculated digest value.
 


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