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

/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/keyinfo/
H A DKeyValue.java26 * $Id: KeyValue.java,v 1.4 2005/05/10 16:35:35 mullan Exp $
38 * A representation of the XML <code>KeyValue</code> element as defined
41 * <code>KeyValue</code> object contains a single public key that may be
45 * &lt;element name="KeyValue" type="ds:KeyValueType"/&gt;
79 * A <code>KeyValue</code> instance may be created by invoking the
83 * an example of creating a <code>KeyValue</code> from a {@link DSAPublicKey}
90 * KeyValue keyValue = factory.newKeyValue(dsaPublicKey);
104 public interface KeyValue extends XMLStructure { interface in inherits:XMLStructure
107 * URI identifying the DSA KeyValue KeyInfo type:
117 * URI identifying the RSA KeyValue KeyInf
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/content/
H A DKeyValue.java35 * The KeyValue element contains a single public key that may be useful in
38 * (section 6.4). The KeyValue element may include externally defined public
44 public class KeyValue extends SignatureElementProxy implements KeyInfoContent { class in inherits:SignatureElementProxy,KeyInfoContent
47 * Constructor KeyValue
52 public KeyValue(Document doc, DSAKeyValue dsaKeyValue) { method in class:KeyValue
62 * Constructor KeyValue
67 public KeyValue(Document doc, RSAKeyValue rsaKeyValue) { method in class:KeyValue
77 * Constructor KeyValue
82 public KeyValue(Document doc, Element unknownKeyValue) { method in class:KeyValue
92 * Constructor KeyValue
97 public KeyValue(Document doc, PublicKey pk) { method in class:KeyValue
123 public KeyValue(Element element, String BaseURI) method in class:KeyValue
[all...]

Completed in 1182 milliseconds