API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.crypto.dsig. XMLSignature View Source
Author(s)
Joyce L. Leung
Sean Mullan
Erwin van der Koogh
JSR 105 Expert Group
Since
1.6
Version
Serial
Hierarchy
 XMLStructure
      XMLSignature
Subinterfaces
Description
public interface XMLSignature
  A representation of the XML Signature element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
Methods
Hide/Show inherited methods
public String getId ()
  Returns the optional Id of this XMLSignature.
public KeyInfo getKeyInfo ()
  Returns the key info of this XMLSignature.
public KeySelectorResult getKeySelectorResult ()
  Returns the result of the KeySelector, if specified, after this XMLSignature has been signed or validated.
public List getObjects ()
  Returns an unmodifiable list of XMLObjects contained in this XMLSignature.
public SignatureValue getSignatureValue ()
  Returns the signature value of this XMLSignature.
public SignedInfo getSignedInfo ()
  Returns the signed info of this XMLSignature.
public void sign (XMLSignContext signContext) throws MarshalException XMLSignatureException
  Signs this XMLSignature.
public boolean validate (XMLValidateContext validateContext) throws XMLSignatureException
  Validates the signature according to the core validation processing rules.
Fields
Hide/Show inherited fields
publicfinalstatic String XMLNS = "http://www.w3.org/2000/09/xmldsig#"
The XML Namespace URI of the W3C Recommendation for XML-Signature Syntax and Processing.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar