XML Security, 1.6

Package javax.xml.crypto.enc

Interface Summary
CipherData A representation of the XML CipherData element as defined in the W3C Recommendation for XML-Encryption Syntax and Processing.
CipherReference A representation of the XML CipherReference element as defined in the W3C Recommendation for XML-Encryption Syntax and Processing.
CipherValue A representation of the XML CipherValue element as defined in the W3C Recommendation for XML-Encryption Syntax and Processing.
DataReference A representation of the XML DataReference element as defined in the W3C Recommendation for XML-Encryption Syntax and Processing.
EncryptedData A representation of the XML EncryptedData element as defined in the W3C Recommendation for XML-Encryption Syntax and Processing.
EncryptedType A representation of the XML EncryptedType element as defined in the W3C Recommendation for XML-Encryption Syntax and Processing.
EncryptionMethod A representation of the XML EncryptionMethod element as defined in the W3C Recommendation for XML-Encryption Syntax and Processing.
EncryptionProperties A representation of the XML EncryptionProperties element as defined in the W3C Recommendation for XML-Encryption Syntax and Processing.
EncryptionProperty A representation of the XML EncryptionProperty element as defined in the W3C Recommendation for XML-Encryption Syntax and Processing.
KeyReference A representation of the XML KeyReference element as defined in the W3C Recommendation for XML-Encryption Syntax and Processing.
ReferenceType A representation of the XML CipherData complex type as defined in the W3C Recommendation for XML-Encryption Syntax and Processing.
ToBeEncrypted An abstract representation to all to-be-encrypted classes.
ToBeEncryptedXML A representation of a ToBeEncrypted class that contains a XML Element or content of an Element
XMLDecryptContext Contains context information for decrypting XML EncryptedType structures.
XMLEncryptContext Contains context information for encrypting XML EncryptedType structures.
 

Class Summary
ToBeEncryptedKey A representation of a ToBeEncrypted type containing a Key.
ToBeEncryptedOctetStream A representation of ToBeEncrypted containing the octet sequence
XMLEncryptionFactory A factory for creating EncryptedType objects (such as EncryptedData, EncryptedKey) from scratch or for unmarshalling an EncryptedType object from a corresponding XML representation.
XMLEncSecurity  
 

Exception Summary
XMLEncryptionException Indicates an exceptional condition that occured during the XML encryption or decryption process.
 


XML Security, 1.6

Portions Copyright 2003, 2012 IBM Corporation.
Portions Copyright 2003, 2012 Oracle and/or its affiliates.