|
Interface Summary |
| AsymmetricBlockCipher |
base interface that a public/private key block cipher needs
to conform to. |
| AsymmetricCipherKeyPairGenerator |
interface that a public/private key pair generator should conform to. |
| BasicAgreement |
The basic interface that basic Diffie-Hellman implementations
conforms to. |
| BlockCipher |
Block cipher engines are expected to conform to this interface. |
| CipherParameters |
all parameter classes implement this. |
| DerivationFunction |
base interface for general purpose byte derivation functions. |
| DerivationParameters |
Parameters for key/byte stream derivation classes |
| Digest |
interface that a message digest conforms to. |
| DSA |
interface for classes implementing the Digital Signature Algorithm |
| Mac |
The base interface for implementations of message authentication codes (MACs). |
| StreamCipher |
the interface stream ciphers conform to. |
| Wrapper |
|