|
Cryptix V3.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeedbackCipher | |
cryptix.provider.mode |
Uses of FeedbackCipher in cryptix.provider.mode |
Classes in cryptix.provider.mode that implement FeedbackCipher | |
class |
CBC
Implements a block cipher in CBC mode. |
class |
CFB
Implements a byte-oriented stream cipher using n-bit CFB with an n-bit-sized block cipher. |
class |
CFB_PGP
Use of this feedback mode is deprecated, use it for compatibility only! |
(package private) class |
cryptix.provider.mode.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. |
class |
OFB
Implements a byte-oriented stream cipher using n-bit OFB with an n-bit-sized block cipher. |
class |
PCBC
Implements a block cipher in PCBC mode. |
|
Cryptix V3.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |