API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.jcp.xml.dsig.internal.dom. DOMPGPData View Source
Author(s)
Sean Mullan
Since
Version
Serial
Hierarchy
 Object
      DOMStructure
          DOMPGPData
Implements
 PGPData
Subclasses
Description
publicfinal class DOMPGPData
DOM-based implementation of PGPData.
See also:   
Constructors
public DOMPGPData (byte[] keyId, byte[] keyPacket, List other)
  Creates a DOMPGPData containing the specified key id and optional key packet and list of external elements.
public DOMPGPData (byte[] keyPacket, List other)
  Creates a DOMPGPData containing the specified key packet.
public DOMPGPData (Element pdElem) throws MarshalException
  Creates a DOMPGPData from an element.
Methods
Hide/Show inherited methods
public List getExternalElements () [Specified in PGPData]
public byte getKeyId () [Specified in PGPData]
public byte getKeyPacket () [Specified in PGPData]
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
publicfinalstatic String TYPE = "http://www.w3.org/2000/09/xmldsig#PGPData" [Inherited From PGPData]
  URI identifying the PGPData KeyInfo type: http://www.w3.org/2000/09/xmldsig#PGPData.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar