Uses of Enum
com.ongres.scram.common.StringPreparation
Packages that use StringPreparation
Package
Description
This module expose the client implementation of Salted Challenge Response
Authentication Mechanism (SCRAM).
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.client
Methods in com.ongres.scram.client with parameters of type StringPreparationModifier and TypeMethodDescriptionScramClient.FinalBuildStage.stringPreparation(@NotNull StringPreparation stringPreparation) Sets the StringPreparation, is recommended to leave the default SASL_PREPARATION. -
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.