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

/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/keyinfo/
H A DKeyInfo.java26 * $Id: KeyInfo.java,v 1.7 2005/05/10 16:35:34 mullan Exp $
36 * A representation of the XML <code>KeyInfo</code> element as defined in
39 * A <code>KeyInfo</code> contains a list of {@link XMLStructure}s, each of
44 * &lt;element name="KeyInfo" type="ds:KeyInfoType"/&gt;
61 * A <code>KeyInfo</code> instance may be created by invoking one of the
68 * KeyInfo keyInfo = factory.newKeyInfo
72 * <p><code>KeyInfo</code> objects can also be marshalled to XML by invoking
81 public interface KeyInfo extends XMLStructure { interface in inherits:XMLStructure
94 * in this <code>KeyInfo</code>. Never returns <code>null</code> or an
100 * Return the optional Id attribute of this <code>KeyInfo</cod
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/
H A DKeyInfo.java65 * This class stand for KeyInfo Element that may contain keys, names,
69 * KeyInfo Element has two basic functions:
76 * <LI>If the <CODE>KeyInfo</CODE> was constructed from an Element
78 * for child elements of <CODE>ds:KeyInfo</CODE> for known types. </LI>
79 * <LI>If the <CODE>KeyInfo</CODE> was constructed from scratch (during
81 * of <CODE>XXXs</CODE> objects already passed to the KeyInfo</LI>
85 * appropriate type to the <CODE>KeyInfo</CODE>. This is used during signature
91 * The <CODE>containsXXX()</CODE> methods return <I>whether</I> the KeyInfo
96 public class KeyInfo extends SignatureElementProxy { class in inherits:SignatureElementProxy
100 java.util.logging.Logger.getLogger(KeyInfo
115 public KeyInfo(Document doc) { method in class:KeyInfo
130 public KeyInfo(Element element, String BaseURI) throws XMLSecurityException { method in class:KeyInfo
[all...]

Completed in 3225 milliseconds