|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
CipherProvider | An CipherProvider contributes support for various cryptographic Ciphers. |
Decryptor | Decryptors apply a cipher to an InputStream to recover plaintext. |
Encryptor | Encryptors apply a cipher to an OutputStream to produce ciphertext. |
KeyProvider | KeyProvider is a interface to abstract the different methods of retrieving key material from key storage such as Java key store. |
Class Summary | |
---|---|
Cipher | A common interface for a cryptographic algorithm. |
Context | Crypto context. |
DefaultCipherProvider | The default cipher provider. |
Encryption | A facade for encryption algorithms and related support. |
Encryption.Context | Crypto context |
KeyStoreKeyProvider | A basic KeyProvider that can resolve keys from a protected KeyStore file on the local filesystem. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |