|
Class Summary |
| RC5 |
This class implements the RC5 block-cipher algorithm according to the RFC
2040. |
| RC5Key |
RC5Key is used to store a symmetric Key for RC5 Encryption/Decryption. |
| RC5KeyFactory |
This class represents a factory for secret keys. |
| RC5KeyGenerator |
This class generates new keys for the RC5 block cipher. |
| RC5KeyGenParameterSpec |
This class specifies parameters used for initializing the
RC5KeyGenerator. |
| RC5Parameters |
This class is used as an opaque representation of RC5 parameters. |
| RC5ParameterSpec |
This class specifies the parameters for the RC5 Algorithm. |
Provides the RC5 block cipher algorithm.