Skip navigation links

Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10680-04


Package oracle.security.xmlsec.enc

XML Encryption main classes.

See:
          Description

Class Summary
DecryptInputStream Similar to CipherInputStream, except it does two extra things a) skips over the nonce in the beginning b) does XML enc unpadding .
EncryptOutputStream This class is similar to the CipherOutputStream, except that it does two special things to conform to XML encryption, a) it emits the IntializationVector at the beginning of the stream and b) it emits a padding at the end of the stream .
JSR106Util  
OriginatorKeyInfo The OriginatorKeyInfo element used in key agreement for XML Encryption.
RecipientKeyInfo The RecipientKeyInfo element used in key agreement for XML Encryption.
XECipherData The CipherData element that provides the encrypted data.
XECipherReference The CipherReference element that identifies a source containing the encrypted data.
XEDataReference An XML-ENC DataReference element.
XEEncryptedData The XML-ENC EncryptedData element.
XEEncryptedKey This class represents an XML-ENC EncryptedKey element.
XEEncryptedObject Abstract class representing the XML-ENC EncryptedType structure.
XEEncryptionMethod This class represents EncryptionMethod element which sets the algorithm and parameters to be used in encrypting the data or key.
XEEncryptionProperties The XML Encryption EncrytionProperties element that contains any number of EncryptionProperty elements.
XEEncryptionProperty The XML Encryption EncryptionProperty element.
XEKeyInfo An XML-DSIG KeyInfo element extended to support the child types defined in XML Encryption.
XEKeyReference An XML Encryption KeyReference element.
XEncUtils Simple API for encrypting and decrypting XML Key, Element or Element Content.
XEReference An XML Encryption ReferenceType element.
XEReferenceList An XML Encryption ReferenceList element.

 

Exception Summary
XECipherException This class signals a problem when encrypting or decrypting data or key.
XEException This class signals error conditions in processing XML Encryption.
XESchemaException This class signals errors or missing required ingredients in an XML Encryption element.

 

Package oracle.security.xmlsec.enc Description

XML Encryption main classes.


Skip navigation links

Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10680-04


Copyright © 2005, 2011 , Oracle. All rights reserved.