Uses of Interface
com.ongres.scram.common.stringprep.StringPreparation
Packages that use StringPreparation
Package
Description
-
Uses of StringPreparation in com.ongres.scram.client
Fields in com.ongres.scram.client declared as StringPreparationModifier and TypeFieldDescriptionprotected final StringPreparationScramClient.PreBuilder2.stringPreparationprivate final StringPreparationScramClient.stringPreparationprivate final StringPreparationScramSession.stringPreparationMethods in com.ongres.scram.client that return StringPreparationMethods in com.ongres.scram.client with parameters of type StringPreparationModifier and TypeMethodDescriptionScramClient.PreBuilder1.stringPreparation(StringPreparation stringPreparation) Selects the string preparation algorithm to use by the client.Constructors in com.ongres.scram.client with parameters of type StringPreparationModifierConstructorDescriptionprivateBuilder(ScramClient.ChannelBinding channelBinding, StringPreparation stringPreparation, ScramMechanism nonChannelBindingMechanism, ScramMechanism channelBindingMechanism) privatePreBuilder2(ScramClient.ChannelBinding channelBinding, StringPreparation stringPreparation) privateScramClient(ScramClient.ChannelBinding channelBinding, StringPreparation stringPreparation, ScramMechanism nonChannelBindingMechanism, ScramMechanism channelBindingMechanism, SecureRandom secureRandom, NonceSupplier nonceSupplier) ScramSession(ScramMechanism scramMechanism, StringPreparation stringPreparation, String user, String nonce) Constructs a SCRAM client, to perform an authentication for a given user. -
Uses of StringPreparation in com.ongres.scram.common
Methods in com.ongres.scram.common with parameters of type StringPreparationModifier and TypeMethodDescriptionstatic byte[]ScramFunctions.clientKey(ScramMechanism scramMechanism, StringPreparation stringPreparation, String password, byte[] salt, int iteration) Generates a client key from the password and salt.static byte[]ScramFunctions.saltedPassword(ScramMechanism scramMechanism, StringPreparation stringPreparation, String password, byte[] salt, int iteration) Compute the salted password, based on the given SCRAM mechanism, the String preparation algorithm, the provided salt and the number of iterations.byte[]ScramMechanism.saltedPassword(StringPreparation stringPreparation, String password, byte[] salt, int iteration) Compute the salted passwordbyte[]ScramMechanisms.saltedPassword(StringPreparation stringPreparation, String password, byte[] salt, int iterations) static byte[]ScramFunctions.serverKey(ScramMechanism scramMechanism, StringPreparation stringPreparation, String password, byte[] salt, int iteration) Generates a server key from the password and salt. -
Uses of StringPreparation in com.ongres.scram.common.stringprep
Classes in com.ongres.scram.common.stringprep that implement StringPreparation