static CAST5.Parameters |
CAST5.CBC |
CAST5 in cipher block chaining (CBC) mode.
|
static CAST5.Parameters |
CAST5.CBCwithCS1 |
CAST5 in cipher block chaining mode cipher text stealing type 1.
|
static CAST5.Parameters |
CAST5.CBCwithCS2 |
CAST5 in cipher block chaining mode cipher text stealing type 2.
|
static CAST5.Parameters |
CAST5.CBCwithCS3 |
CAST5 in cipher block chaining mode cipher text stealing type 3.
|
static CAST5.Parameters |
CAST5.CBCwithISO10126_2 |
CAST5 in cipher block chaining mode with ISO10126-2 padding.
|
static CAST5.Parameters |
CAST5.CBCwithISO7816_4 |
CAST5 in cipher block chaining mode with ISO7816-4 padding.
|
static CAST5.Parameters |
CAST5.CBCwithPKCS7 |
CAST5 in cipher block chaining mode with PKCS#7/PKCS#5 padding.
|
static CAST5.Parameters |
CAST5.CBCwithTBC |
CAST5 in cipher block chaining mode with trailing bit complement (TBC) padding.
|
static CAST5.Parameters |
CAST5.CBCwithX923 |
CAST5 in cipher block chaining mode with X9.23 padding.
|
static CAST5.Parameters |
CAST5.CFB64 |
CAST5 in cipher feedback (CFB) mode, 64 bit block size.
|
static CAST5.Parameters |
CAST5.CFB8 |
CAST5 in cipher feedback (CFB) mode, 8 bit block size.
|
static CAST5.Parameters |
CAST5.CTR |
CAST5 in counter (CTR) mode.
|
static CAST5.Parameters |
CAST5.ECB |
CAST5 in electronic code book (ECB) mode.
|
static CAST5.Parameters |
CAST5.ECBwithISO10126_2 |
CAST5 in electronic code book mode with ISO10126-2 padding.
|
static CAST5.Parameters |
CAST5.ECBwithISO7816_4 |
CAST5 in electronic code book mode with ISO7816-4 padding.
|
static CAST5.Parameters |
CAST5.ECBwithPKCS7 |
CAST5 in electronic code book mode with PKCS#7/PKCS#5 padding.
|
static CAST5.Parameters |
CAST5.ECBwithTBC |
CAST5 in electronic code book mode with trailing bit complement (TBC) padding.
|
static CAST5.Parameters |
CAST5.ECBwithX923 |
CAST5 in electronic code book mode with X9.23 padding.
|
static CAST5.Parameters |
CAST5.OFB |
CAST5 in output feedback (OFB) mode, 64 bit block size.
|
static CAST5.Parameters |
CAST5.OpenPGPCFB |
CAST5 in OpenPGP cipher feedback (CFB) mode.
|