|
Cryptix V3.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mode | |
cryptix.provider.mode | |
xjava.security |
Uses of Mode in cryptix.provider.mode |
Subclasses of Mode in cryptix.provider.mode | |
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. |
Uses of Mode in xjava.security |
Methods in xjava.security with parameters of type Mode | |
static Cipher |
Cipher.getInstance(Cipher cipher,
Mode mode,
PaddingScheme padding)
Generates a new Cipher object by composing the given Cipher, Mode and PaddingScheme objects. |
|
Cryptix V3.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |