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