Package com.cafesoft.core.crypto

Contains general cryptography classes.

See:
          Description

Interface Summary
SymmetricCipher SymmetricCipher defines an interface for encrypting and decrypting data based on symmetric algorithms.
 

Class Summary
SecretKeyCipher SecretKeyCipher implements a wrapper for and encryption Cipher, a decryption Cipher, a SecretKey, and other parameters used for symmetric encryption/decryption using a SecretKey.
SecretKeyCipher.CipherSpec CipherSpec is a wrapper for metadata about a Cipher specification.
SymmetricCipherUtils SymmetricCipherUtils provides a number of useful methods for encrypting and decrypting various values using a SymmetricCipher.
 

Package com.cafesoft.core.crypto Description

Contains general cryptography classes. This package contains the classes for encrypting and decrypting text. The classes contained in this package are used for components such as the Message Framework.



Generated on 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.