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

/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMKeyInfoFactory.java71 return new DOMPGPData(keyId, keyPacket, other);
75 return new DOMPGPData(keyPacket, other);
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
H A DDOMKeyInfo.java125 content.add(new DOMPGPData(childElem));

Completed in 38 milliseconds