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

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DEncryptedKey.java26 * The <code>EncryptedKey</code> element is used to transport encryption keys
31 * <code>EncryptedKey</code> is decrypted the resulting octets are made
37 * <element name='EncryptedKey' type='xenc:EncryptedKeyType'/>
53 public interface EncryptedKey extends EncryptedType { interface in inherits:EncryptedType
58 * @return the recipient of the <code>EncryptedKey</code>.
63 * Sets the recipient for this <code>EncryptedKey</code>.
65 * @param recipient the recipient for this <code>EncryptedKey</code>.
71 * list may contain multiple references to <code>EncryptedKey</code> and
77 * contained in this <code>EncryptedKey</code>.
82 * Sets the <code>ReferenceList</code> to the <code>EncryptedKey</cod
[all...]

Completed in 34 milliseconds