Constant Field Values
Contents
com.ongres.*
-
com.ongres.scram.client.ScramClient Modifier and Type Constant Field Value public static final int
DEFAULT_NONCE_LENGTH
24
-
com.ongres.scram.common.ScramMechanisms Modifier and Type Constant Field Value private static final java.lang.String
CHANNEL_BINDING_SUFFIX
"-PLUS"
private static final java.lang.String
PBKDF2_PREFIX_ALGORITHM_NAME
"PBKDF2With"
private static final java.lang.String
SCRAM_MECHANISM_NAME_PREFIX
"SCRAM-"
-
com.ongres.scram.common.message.ServerFirstMessage Modifier and Type Constant Field Value public static final int
ITERATION_MIN_VALUE
4096
-
com.ongres.scram.common.util.CryptoUtil Modifier and Type Constant Field Value private static final int
EXCLUDED_CHAR
44
private static final int
MAX_ASCII_PRINTABLE_RANGE
126
private static final int
MIN_ASCII_PRINTABLE_RANGE
33