Uses of Interface
com.impossibl.postgres.protocol.sasl.scram.stringprep.StringPreparation
-
Packages that use StringPreparation Package Description com.impossibl.postgres.protocol.sasl.scram com.impossibl.postgres.protocol.sasl.scram.client com.impossibl.postgres.protocol.sasl.scram.stringprep -
-
Uses of StringPreparation in com.impossibl.postgres.protocol.sasl.scram
Methods in com.impossibl.postgres.protocol.sasl.scram with parameters of type StringPreparation Modifier and Type Method Description static 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.impossibl.postgres.protocol.sasl.scram.client
Methods in com.impossibl.postgres.protocol.sasl.scram.client with parameters of type StringPreparation Modifier and Type Method Description ScramSessionFactory.BuilderScramSessionFactory.Builder. stringPreparation(StringPreparation stringPreparation)Optional call. -
Uses of StringPreparation in com.impossibl.postgres.protocol.sasl.scram.stringprep
Classes in com.impossibl.postgres.protocol.sasl.scram.stringprep that implement StringPreparation Modifier and Type Class Description classStringPreparations
-