API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.jcp.xml.dsig.internal.dom. DOMKeyInfo View Source
Author(s)
Sean Mullan
Since
Version
Serial
Hierarchy
 Object
      DOMStructure
          DOMKeyInfo
Implements
 KeyInfo
Subclasses
Description
publicfinal class DOMKeyInfo
DOM-based implementation of KeyInfo.
See also:   
Constructors
public DOMKeyInfo (Element kiElem, XMLCryptoContext context) throws MarshalException
  Creates a DOMKeyInfo from XML.
public DOMKeyInfo (List content, String id)
  Creates a DOMKeyInfo.
Methods
Hide/Show inherited methods
public boolean equals (Object o)
public List getContent () [Specified in KeyInfo]
public String getId () [Specified in KeyInfo]
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 marshal (XMLStructure parent, XMLCryptoContext context) throws MarshalException [Specified in KeyInfo]
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar