Interface | Description |
---|---|
BlockCipher |
Block cipher engines are expected to conform to this interface.
|
CipherParameters |
all parameter classes implement this.
|
Digest |
interface that a message digest conforms to.
|
Class | Description |
---|---|
CipherKeyGenerator |
The base class for symmetric, or secret, cipher key generators.
|
KeyGenerationParameters |
The base class for parameters to key generators.
|
Exception | Description |
---|---|
DataLengthException |
this exception is thrown if a buffer that is meant to have output
copied into it turns out to be too short, or if we've been given
insufficient input.
|
RuntimeCryptoException |
the foundation class for the exceptions thrown by the crypto packages.
|