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

/openjdk10/jdk/src/java.xml.crypto/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMPGPData.java27 * $Id: DOMPGPData.java 1203846 2011-11-18 21:18:17Z mullan $
49 public final class DOMPGPData extends DOMStructure implements PGPData { class in inherits:DOMStructure,PGPData
56 * Creates a <code>DOMPGPData</code> containing the specified key packet.
72 public DOMPGPData(byte[] keyPacket, List<? extends XMLStructure> other) { method in class:DOMPGPData
89 * Creates a <code>DOMPGPData</code> containing the specified key id and
108 public DOMPGPData(byte[] keyId, byte[] keyPacket, method in class:DOMPGPData
134 * Creates a <code>DOMPGPData</code> from an element.
138 public DOMPGPData(Element pdElem) throws MarshalException { method in class:DOMPGPData
H A DDOMKeyInfoFactory.java83 return new DOMPGPData(keyId, keyPacket, other);
88 return new DOMPGPData(keyPacket, other);
H A DDOMKeyInfo.java126 content.add(new DOMPGPData(childElem));

Completed in 103 milliseconds