API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.crypto.dsig.keyinfo. PGPData View Source
Author(s)
Sean Mullan
JSR 105 Expert Group
Since
1.6
Version
Serial
Hierarchy
 XMLStructure
      PGPData
Subinterfaces
Description
public interface PGPData
  A representation of the XML PGPData element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
Methods
Hide/Show inherited methods
public List getExternalElements ()
  Returns an unmodifiable list of XMLStructures representing elements from an external namespace.
public byte getKeyId ()
  Returns the PGP public key identifier of this PGPData as defined in RFC 2440, section 11.2.
public byte getKeyPacket ()
  Returns the PGP key material packet of this PGPData as defined in RFC 2440, section 5.5.
Fields
Hide/Show inherited fields
publicfinalstatic String TYPE = "http://www.w3.org/2000/09/xmldsig#PGPData"
  URI identifying the PGPData KeyInfo type: http://www.w3.org/2000/09/xmldsig#PGPData.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar