Modifier and Type | Constant Field | Value |
---|---|---|
static final int |
BASELENGTH |
255 |
static final int |
CHUNK_SIZE |
76 |
static final int |
EIGHTBIT |
8 |
static final int |
FOURBYTE |
4 |
static final int |
LOOKUPLENGTH |
64 |
static final byte |
PAD |
61 |
static final int |
SIGN |
-128 |
static final int |
SIXTEENBIT |
16 |
static final int |
TWENTYFOURBITGROUP |
24 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
CHUNK_SIZE |
16 |
protected static final java.lang.String |
CIPHER_ALG |
"AES/CBC/PKCS5Padding" |
protected static final java.lang.String |
DIGEST_ALG |
"SHA-256" |
protected static final java.lang.String |
KEY_ALG |
"AES" |
protected static final int |
PBE_ITERATIONS |
1000 |
protected static final int |
SALT_SIZE |
8 |
protected static final int |
SPICE_SIZE |
16 |
protected static final java.lang.String |
STRING_ENCODING |
"UTF8" |
protected static final byte |
WIPER |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final char |
ENCRYPTED_STRING_DECORATION_START |
123 |
public static final char |
ENCRYPTED_STRING_DECORATION_STOP |
125 |