API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.jcp.xml.dsig.internal.dom. DOMReference View Source
Author(s)
Sean Mullan
Joyce Leung
Since
Version
Serial
Hierarchy
 Object
      DOMStructure
          DOMReference
Implements
 Reference
 DOMURIReference
Subclasses
Description
publicfinal class DOMReference
DOM-based implementation of Reference.
See also:   
Constructors
public DOMReference (Element refElem, XMLCryptoContext context) throws MarshalException
  Creates a DOMReference from an element.
public DOMReference (String uri, String type, DigestMethod dm, List appliedTransforms, Data result, List transforms, String id)
public DOMReference (String uri, String type, DigestMethod dm, List appliedTransforms, Data result, List transforms, String id, byte[] digestValue)
public DOMReference (String uri, String type, DigestMethod dm, List transforms, String id)
  Creates a Reference from the specified parameters.
Methods
Hide/Show inherited methods
public void digest (XMLSignContext signContext) throws XMLSignatureException
public boolean equals (Object o)
public byte getCalculatedDigestValue () [Specified in Reference]
public Data getDereferencedData () [Specified in Reference]
public InputStream getDigestInputStream () [Specified in Reference]
public DigestMethod getDigestMethod () [Specified in Reference]
public byte getDigestValue () [Specified in Reference]
public Node getHere () [Specified in DOMURIReference]
public String getId () [Specified in Reference]
public List getTransforms () [Specified in Reference]
public String getType ()
public String getURI ()
pack-private boolean isDigested ()
publicfinal boolean isFeatureSupported (String feature) [Inherited From DOMStructure]
public void marshal (Node parent, String dsPrefix, DOMCryptoContext context) throws MarshalException [Specified in DOMStructure]
public boolean validate (XMLValidateContext validateContext) throws XMLSignatureException [Specified in Reference]
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar