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