Package org.apache.xml.security.encryption
package org.apache.xml.security.encryption
-
ClassDescriptionConverts
String
s intoNode
s and visa versa.A Key Agreement algorithm provides for the derivation of a shared secret key based on a shared secret computed from certain types of compatible public keys from both the sender and the recipient.CipherData
provides encrypted data.CipherReference
identifies a source which, when processed, yields the encrypted octet sequence.CipherValue
is the wrapper for cipher text.ConvertsString
s intoNode
s and visa versa.TheEncryptedData
element is the core element in the syntax.TheEncryptedKey
element is used to transport encryption keys from the originator to a known recipient(s).EncryptedType is the abstract type from whichEncryptedData
andEncryptedKey
are derived.EncryptionMethod
describes the encryption algorithm applied to the cipher data.EncryptionProperties
can hold additional information concerning the generation of theEncryptedData
orEncryptedKey
.Additional information items concerning the generation of theEncryptedData
orEncryptedKey
can be placed in anEncryptionProperty
element (e.g., date/time stamp or the serial number of cryptographic hardware used during encryption).A wrapper for a pointer from a key value of anEncryptedKey
to items encrypted by that key value (EncryptedData
orEncryptedKey
elements).ReferenceList
is an element that contains pointers from a key value of anEncryptedKey
to items encrypted by that key value (EncryptedData
orEncryptedKey
elements).ConvertsString
s intoNode
s and visa versa.A container fords:Transform
s.ConvertsString
s intoNode
s and visa versa.XMLCipher
encrypts and decrypts the contents ofDocument
s,Element
s andElement
contents.XMLCipherInput
is used to wrap input passed into the XMLCipher encryption operations.Constants