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

/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMKeyInfoFactory.java55 return new DOMKeyInfo(content, id);
137 return new DOMKeyInfo(element, null, getProvider());
H A DDOMKeyInfo.java25 * $Id: DOMKeyInfo.java,v 1.2 2008/07/24 15:20:32 mullan Exp $
48 public final class DOMKeyInfo extends DOMStructure implements KeyInfo { class in inherits:DOMStructure,KeyInfo
54 * Creates a <code>DOMKeyInfo</code>.
65 public DOMKeyInfo(List content, String id) { method in class:DOMKeyInfo
84 * Creates a <code>DOMKeyInfo</code> from XML.
88 public DOMKeyInfo(Element kiElem, XMLCryptoContext context, method in class:DOMKeyInfo
H A DDOMXMLSignature.java150 ki = new DOMKeyInfo(nextSibling, context, provider);
222 ((DOMKeyInfo) ki).marshal(sigElem, null, dsPrefix, context);

Completed in 31 milliseconds