Package cryptix.provider.mode
| Class Summary |
| CBC |
Implements a block cipher in CBC mode. |
| CFB |
Implements a byte-oriented stream cipher using n-bit CFB with an
n-bit-sized block cipher.
|
| CFB_PGP |
Use of this feedback mode is deprecated, use it for compatibility only!
|
| FeedbackMode |
FeedbackMode is used to provide the functionality of an
encryption mode, such as CBC, CFB, or OFB, that works as a feedback
cipher, where the size of the IV and feedback buffer are equal to the
cipher's block size.
|
| OFB |
Implements a byte-oriented stream cipher using n-bit OFB with an
n-bit-sized block cipher.
|
| PCBC |
Implements a block cipher in PCBC mode. |