API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.jcp.xml.dsig.internal.dom. DOMXMLSignature View Source
Author(s)
Sean Mullan
Joyce Leung
Since
Version
Serial
Hierarchy
 Object
      DOMStructure
          DOMXMLSignature
Implements
 XMLSignature
Subclasses
Description
publicfinal class DOMXMLSignature
DOM-based implementation of XMLSignature.
See also:   
Constructors
public DOMXMLSignature (Element sigElem, XMLCryptoContext context) throws MarshalException
  Creates a DOMXMLSignature from XML.
public DOMXMLSignature (SignedInfo si, KeyInfo ki, List objs, String id, String signatureValueId)
  Creates a DOMXMLSignature from the specified components.
Methods
Hide/Show inherited methods
public boolean equals (Object o)
public String getId () [Specified in XMLSignature]
public KeyInfo getKeyInfo () [Specified in XMLSignature]
public KeySelectorResult getKeySelectorResult () [Specified in XMLSignature]
public List getObjects () [Specified in XMLSignature]
public SignatureValue getSignatureValue () [Specified in XMLSignature]
public SignedInfo getSignedInfo () [Specified in XMLSignature]
publicfinal boolean isFeatureSupported (String feature) [Inherited From DOMStructure]
public void marshal (Node parent, Node nextSibling, String dsPrefix, DOMCryptoContext context) throws MarshalException
public void marshal (Node parent, String dsPrefix, DOMCryptoContext context) throws MarshalException [Specified in DOMStructure]
public void sign (XMLSignContext signContext) throws MarshalException XMLSignatureException [Specified in XMLSignature]
public boolean validate (XMLValidateContext vc) throws XMLSignatureException [Specified in XMLSignature]
Fields
Hide/Show inherited fields
publicfinalstatic String XMLNS = "http://www.w3.org/2000/09/xmldsig#" [Inherited From XMLSignature]
The XML Namespace URI of the W3C Recommendation for XML-Signature Syntax and Processing.
Nested Classes
  DOMXMLSignature.DOMSignatureValue
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar