Uses of Enum
com.ongres.scram.common.StringPreparation
Packages that use StringPreparation
Package
Description
This package expose the messages used to implement a client/server of Salted Challenge Response
Authentication Mechanism (SCRAM).
-
Uses of StringPreparation in com.ongres.scram.common
Methods in com.ongres.scram.common that return StringPreparationModifier and TypeMethodDescriptionstatic StringPreparationReturns the enum constant of this type with the specified name.static StringPreparation[]StringPreparation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ongres.scram.common with parameters of type StringPreparationModifier and TypeMethodDescriptionstatic byte @NotNull []ScramFunctions.saltedPassword(@NotNull ScramMechanism scramMechanism, @NotNull StringPreparation stringPreparation, char @NotNull [] password, byte @NotNull [] salt, int iterationCount) Compute the salted password, based on the given SCRAM mechanism, the String preparation algorithm, the provided salt and the number of iterations.