| Interface | Description |
|---|---|
| AbstractDecryptor |
Abstract implementation of
Decryptor. |
| AbstractEncryptor |
Abstract implementation of
Encryptor. |
| AbstractGetCryptorFactory<C extends CryptorFactory> |
Abstract interface to
get the CryptorFactory. |
| AbstractGetNonceSize |
Interface to
get the nonce size. |
| Cryptor |
The abstract interface for an encryption or decryption function of an cryptographic algorithm.
|
| CryptorFactory | |
| Decryptor |
Extends
Cryptor with methods specific for decryption. |
| Encryptor |
Extends
Cryptor with methods specific for encryption. |
| Class | Description |
|---|---|
| CipherTransformation |
Simple representation of a
Cipher transformation. |
| CryptorConfig | |
| CryptorFactoryImpl |
The implementation of
CryptorFactory based on Cipher. |
| CryptorImplCipher | |
| CryptorImplCombined | |
| CryptorInputStream | |
| CryptorOutputStream | |
| DecryptorImplCipher | |
| DecryptorImplCombined | |
| EncryptedData |
Simple datatype as container for a
encrypted data. |
| EncryptorImplCiper | |
| EncryptorImplCombined |
Copyright © 2001–2019 mmm-Team. All rights reserved.