API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.jcp.xml.dsig.internal.dom. DOMSignedInfo View Source
Author(s)
Sean Mullan
Since
Version
Serial
Hierarchy
 Object
      DOMStructure
          DOMSignedInfo
Implements
 SignedInfo
Subclasses
Description
publicfinal class DOMSignedInfo
DOM-based implementation of SignedInfo.
See also:   
Constructors
public DOMSignedInfo (CanonicalizationMethod cm, SignatureMethod sm, List references)
  Creates a DOMSignedInfo from the specified parameters.
public DOMSignedInfo (CanonicalizationMethod cm, SignatureMethod sm, List references, String id)
  Creates a DOMSignedInfo from the specified parameters.
public DOMSignedInfo (Element siElem, XMLCryptoContext context) throws MarshalException
  Creates a DOMSignedInfo from an element.
Methods
Hide/Show inherited methods
public void canonicalize (XMLCryptoContext context, ByteArrayOutputStream bos) throws XMLSignatureException
public boolean equals (Object o)
public CanonicalizationMethod getCanonicalizationMethod () [Specified in SignedInfo]
public InputStream getCanonicalizedData () [Specified in SignedInfo]
public String getId () [Specified in SignedInfo]
public List getReferences () [Specified in SignedInfo]
public SignatureMethod getSignatureMethod () [Specified in SignedInfo]
publicfinal boolean isFeatureSupported (String feature) [Inherited From DOMStructure]
public void marshal (Node parent, String dsPrefix, DOMCryptoContext context) throws MarshalException [Specified in DOMStructure]
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar