Classes
| Class | Description | |
|---|---|---|
| AsymmetricCipherKeyPair | ||
| AsymmetricKeyParameter | ||
| BufferedAeadBlockCipher | ||
| BufferedAsymmetricBlockCipher | ||
| BufferedBlockCipher | ||
| BufferedCipherBase | ||
| BufferedIesCipher | ||
| BufferedStreamCipher | ||
| CipherKeyGenerator | ||
| CryptoException | ||
| DataLengthException | ||
| InvalidCipherTextException | ||
| KeyGenerationParameters | ||
| MaxBytesExceededException |
This exception is thrown whenever a cipher requires a change of key, iv
or similar after x amount of bytes enciphered
| |
| PbeParametersGenerator | ||
| StreamBlockCipher |
Interfaces
| Interface | Description | |
|---|---|---|
| IAsymmetricBlockCipher | ||
| IAsymmetricCipherKeyPairGenerator | ||
| IBasicAgreement | ||
| IBlockCipher | ||
| IBufferedCipher | ||
| ICipherParameters | ||
| IDerivationFunction | ||
| IDerivationParameters | ||
| IDigest | ||
| IDsa | ||
| IMac | ||
| ISigner | ||
| ISignerWithRecovery | ||
| IStreamCipher | The interface stream ciphers conform to. | |
| IWrapper |