Module org.apache.santuario.xmlsec
Package org.apache.xml.security.encryption
-
Interface Summary Interface Description AgreementMethod 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 CipherDataprovides encrypted data.CipherReference CipherReferenceidentifies a source which, when processed, yields the encrypted octet sequence.CipherValue CipherValueis the wrapper for cipher text.EncryptedData TheEncryptedDataelement is the core element in the syntax.EncryptedKey TheEncryptedKeyelement is used to transport encryption keys from the originator to a known recipient(s).EncryptedType EncryptedType is the abstract type from whichEncryptedDataandEncryptedKeyare derived.EncryptionMethod EncryptionMethoddescribes the encryption algorithm applied to the cipher data.EncryptionProperties EncryptionPropertiescan hold additional information concerning the generation of theEncryptedDataorEncryptedKey.EncryptionProperty Additional information items concerning the generation of theEncryptedDataorEncryptedKeycan be placed in anEncryptionPropertyelement (e.g., date/time stamp or the serial number of cryptographic hardware used during encryption).Reference A wrapper for a pointer from a key value of anEncryptedKeyto items encrypted by that key value (EncryptedDataorEncryptedKeyelements).ReferenceList ReferenceListis an element that contains pointers from a key value of anEncryptedKeyto items encrypted by that key value (EncryptedDataorEncryptedKeyelements).Serializer ConvertsStrings intoNodes and visa versa.Transforms A container fords:Transforms.XMLCipherParameters Constants -
Class Summary Class Description AbstractSerializer ConvertsStrings intoNodes and visa versa.DocumentSerializer ConvertsStrings intoNodes and visa versa.TransformSerializer ConvertsStrings intoNodes and visa versa.XMLCipher XMLCipherencrypts and decrypts the contents ofDocuments,Elements andElementcontents.XMLCipherInput XMLCipherInputis used to wrap input passed into the XMLCipher encryption operations.XMLCipherUtil -
Exception Summary Exception Description XMLEncryptionException