Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
CHUNK_SIZE |
16 |
protected static final String |
CIPHER_ALG |
"AES/CBC/PKCS5Padding" |
protected static final String |
DIGEST_ALG |
"SHA-256" |
protected static final String |
KEY_ALG |
"AES" |
protected static final int |
SALT_SIZE |
8 |
protected static final int |
SPICE_SIZE |
16 |
protected static final 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 |
Copyright © 2008-2014 Sonatype, Inc.. All Rights Reserved.