Constant Field Values
Contents
org.sonatype.*
-
org.sonatype.plexus.components.cipher.PBECipher 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
310000
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
-
org.sonatype.plexus.components.cipher.PlexusCipher Modifier and Type Constant Field Value public static final char
ENCRYPTED_STRING_DECORATION_START
123
public static final char
ENCRYPTED_STRING_DECORATION_STOP
125