API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.crypto.dsig. XMLSignature.SignatureValue View Source
Author(s)
Sean Mullan
JSR 105 Expert Group
Since
Version
Serial
Hierarchy
 XMLStructure
      XMLSignature.SignatureValue
Subinterfaces
Description
publicstatic interface XMLSignature.SignatureValue
  A representation of the XML SignatureValue element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
See also:   
Methods
Hide/Show inherited methods
public String getId ()
  Returns the optional Id attribute of this SignatureValue, which permits this element to be referenced from elsewhere.
public byte getValue ()
  Returns the signature value of this SignatureValue.
public boolean validate (XMLValidateContext validateContext) throws XMLSignatureException
  Validates the signature value.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar