Class Pbkdf2ParameterNames
java.lang.Object
com.svenruppert.jsentinel.credential.password.pbkdf2.Pbkdf2ParameterNames
Stable parameter-key constants used by the PBKDF2 envelope.
The keys are intentionally short to keep the encoded envelope compact. They are part of the Phase-1a wire contract; renaming them would break stored hashes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringCanonical algorithm identifier.static final StringIteration count, decimal integer.static final StringDerived-key length in bytes, decimal integer.static final StringCanonical Phase-1a JDK provider id.static final StringBase64-encoded random salt.static final StringSalt length in bytes, decimal integer; used by min/max bounds. -
Method Summary
-
Field Details
-
ALGORITHM
-
PROVIDER_ID
-
ITERATIONS
-
SALT
-
KEY_LENGTH
-
SALT_LENGTH
Salt length in bytes, decimal integer; used by min/max bounds.- See Also:
-