| Class | Description |
|---|---|
| Crypt |
A collection of methods for easy to use symmetric encryption and decryption.
|
| CryptInputStream |
An input stream for the specified
Crypt. |
| CryptOutputStream |
An output stream for the specified
Crypt. |
| Enum | Description |
|---|---|
| BlockMode |
Supported block modes for
Crypt |
| Padding |
Supported paddings for
Crypt |
| Exception | Description |
|---|---|
| CryptoBufferOverflowException |
A small enhance to
BufferOverflowException which includes a root cause and a message |
| CryptoInitializationProblem |
CryptoInitializationProblem encapsulates all exceptions that may be thrown by the
java crypto API.
|
| CryptoInvalidCipherTextException |
Thrown if cipher text is invalid
|
Copyright © 2014 Michael Bock. All rights reserved.