EncryptedKey
element is used to transport encryption keys from the originator to a known recipient(s). It may be used as a stand-alone XML document, be placed within an application document, or appear inside an EncryptedData
element as a child of a ds:KeyInfo
element. The key value is always encrypted to the recipient(s). When EncryptedKey
is decrypted the resulting octets are made available to the EncryptionMethod
algorithm without any additional processing. Its schema definition is as follows:
xenc:EncryptedKey
element.
@author $Author: vdkoogh $
EncryptedKey
represents the am XMLSecurity encrypted key.
@author Jason T. Greene
@version $Id: EncryptedKey.java 1757 2006-12-22 15:40:24Z thomas.diesler@jboss.com $
|
|
|
|
|
|
|
|