API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.crypto.dsig. Reference View Source
Author(s)
Sean Mullan
Erwin van der Koogh
JSR 105 Expert Group
Since
1.6
Version
Serial
Hierarchy
 URIReference
      Reference
Subinterfaces
Description
public interface Reference
  A representation of the Reference element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
Methods
Hide/Show inherited methods
public byte getCalculatedDigestValue ()
  Returns the calculated digest value of this Reference after a validation operation.
public Data getDereferencedData ()
  Returns the dereferenced data, if reference caching is enabled.
public InputStream getDigestInputStream ()
  Returns the pre-digested input stream, if reference caching is enabled.
public DigestMethod getDigestMethod ()
  Returns the digest method of this Reference.
public byte getDigestValue ()
  Returns the digest value of this Reference.
public String getId ()
  Returns the optional Id attribute of this Reference, which permits this reference to be referenced from elsewhere.
public List getTransforms ()
  Returns an unmodifiable list of Transforms that are contained in this Reference.
public boolean validate (XMLValidateContext validateContext) throws XMLSignatureException
  Validates this reference.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar