| Class | Description |
|---|---|
| BlowFishManager |
BlowFish algorithm crypt manager
|
| CryptManager |
Crypt manager abstract class
|
| CryptManagerFactory |
Crypt manager factory
|
| PBEManager |
Crypt manager that applies the PBE (Password-Based Encryption) algorithm as described in PKCS #5
This encryption algorithm needs a seed (salt) and an iteration counter (iteration
count) that allow to encrypt/decrypt the given object
|
| Exception | Description |
|---|---|
| CryptManagerException |
The correct crypt manager couldn't be created
|