Constant Field Values
Contents
com.ongres.*
-
com.ongres.scram.client.ScramClient Modifier and Type Constant Field Value public static final intDEFAULT_NONCE_LENGTH24
-
com.ongres.scram.common.ScramMechanisms Modifier and Type Constant Field Value private static final java.lang.StringCHANNEL_BINDING_SUFFIX"-PLUS"private static final java.lang.StringPBKDF2_PREFIX_ALGORITHM_NAME"PBKDF2With"private static final java.lang.StringSCRAM_MECHANISM_NAME_PREFIX"SCRAM-"
-
com.ongres.scram.common.bouncycastle.pbkdf2.GeneralDigest Modifier and Type Constant Field Value private static final intBYTE_LENGTH64 -
com.ongres.scram.common.bouncycastle.pbkdf2.HMac Modifier and Type Constant Field Value private static final byteIPAD54private static final byteOPAD92 -
com.ongres.scram.common.bouncycastle.pbkdf2.SHA256Digest Modifier and Type Constant Field Value private static final intDIGEST_LENGTH32
-
com.ongres.scram.common.message.ServerFirstMessage Modifier and Type Constant Field Value public static final intITERATION_MIN_VALUE4096
-
com.ongres.scram.common.util.CryptoUtil Modifier and Type Constant Field Value private static final intEXCLUDED_CHAR44private static final intMAX_ASCII_PRINTABLE_RANGE126private static final intMIN_ASCII_PRINTABLE_RANGE33