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

/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMPGPData.java25 * $Id: DOMPGPData.java,v 1.2 2008/07/24 15:20:32 mullan Exp $
47 public final class DOMPGPData extends DOMStructure implements PGPData { class in inherits:DOMStructure,PGPData
54 * Creates a <code>DOMPGPData</code> containing the specified key packet.
70 public DOMPGPData(byte[] keyPacket, List other) { method in class:DOMPGPData
92 * Creates a <code>DOMPGPData</code> containing the specified key id and
111 public DOMPGPData(byte[] keyId, byte[] keyPacket, List other) { method in class:DOMPGPData
139 * Creates a <code>DOMPGPData</code> from an element.
143 public DOMPGPData(Element pdElem) throws MarshalException { method in class:DOMPGPData

Completed in 41 milliseconds