public interface SymmetricKeyAlgorithmTags
| Modifier and Type | Field and Description |
|---|---|
static int |
AES_128
AES with 128-bit key.
|
static int |
AES_192
AES with 192-bit key.
|
static int |
AES_256
AES with 256-bit key.
|
static int |
BLOWFISH
Blowfish (128-bit key, 16 rounds).
|
static int |
CAMELLIA_128
Camellia with 128-bit key.
|
static int |
CAMELLIA_192
Camellia with 192-bit key.
|
static int |
CAMELLIA_256
Camellia with 256-bit key.
|
static int |
CAST5
CAST5 (128-bit key, as per RFC 2144).
|
static int |
DES
Reserved for DES/SK.
|
static int |
IDEA
IDEA.
|
static int |
NULL
Plaintext or unencrypted data.
|
static int |
SAFER
Reserved for SAFER-SK128 (13 rounds).
|
static int |
TRIPLE_DES
Triple-DES (DES-EDE, as per spec - 168-bit key derived from 192).
|
static int |
TWOFISH
Twofish with 256-bit key.
|
static final int NULL
static final int IDEA
static final int TRIPLE_DES
static final int CAST5
static final int BLOWFISH
static final int SAFER
static final int DES
static final int AES_128
static final int AES_192
static final int AES_256
static final int TWOFISH
static final int CAMELLIA_128
static final int CAMELLIA_192
static final int CAMELLIA_256