Searched defs:PGPData (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/keyinfo/
H A DPGPData.java26 * $Id: PGPData.java,v 1.4 2005/05/10 16:35:35 mullan Exp $
35 * A representation of the XML <code>PGPData</code> element as defined in
38 * <code>PGPData</code> object is used to convey information related to
43 * &lt;element name="PGPData" type="ds:PGPDataType"/&gt;
61 * A <code>PGPData</code> instance may be created by invoking one of the
75 public interface PGPData extends XMLStructure { interface in inherits:XMLStructure
78 * URI identifying the PGPData KeyInfo type:
79 * http://www.w3.org/2000/09/xmldsig#PGPData. This can be specified as the
81 * class to describe a remote <code>PGPData</code> structure.
83 final static String TYPE = "http://www.w3.org/2000/09/xmldsig#PGPData";
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/content/
H A DPGPData.java33 public class PGPData extends SignatureElementProxy implements KeyInfoContent { class in inherits:SignatureElementProxy,KeyInfoContent
36 * Constructor PGPData
42 public PGPData(Element element, String BaseURI) throws XMLSecurityException { method in class:PGPData

Completed in 192 milliseconds