Package com.autonomy.encryption

Provides classes for encrypting and decrypting strings (only BTEA encryption is currently supported).

See:
          Description

Interface Summary
EncryptionDetails Defines an object to provide details for a particular encryption scheme.
 

Class Summary
BTEADecrypt Class for decrypting strings using the BTEA scheme.
BTEAEncrypt Class for encrypting strings using the BTEA scheme.
BTEAEncryptionDetails Defines the encryption details needed to perform BTEA (Block Tiny Encryption Algorithm) encryption.
 

Exception Summary
EncryptionException The Exception thrown if an encryption/decryption operation fails.
 

Package com.autonomy.encryption Description

Provides classes for encrypting and decrypting strings (only BTEA encryption is currently supported).

Package Specification

This package requires the Java Platform v1.3 or later.

Further documentation

See the 'IDOL Server' and 'IAS' manuals for information on configuring ACI servers to use encrypted communication.