Uses of Interface
com.ongres.scram.client.NonceSupplier
-
Packages that use NonceSupplier Package Description com.ongres.scram.client -
-
Uses of NonceSupplier in com.ongres.scram.client
Fields in com.ongres.scram.client declared as NonceSupplier Modifier and Type Field Description private NonceSupplier
ScramClient.Builder. nonceSupplier
private NonceSupplier
ScramClient. nonceSupplier
Methods in com.ongres.scram.client with parameters of type NonceSupplier Modifier and Type Method Description ScramClient.Builder
ScramClient.Builder. nonceSupplier(NonceSupplier nonceSupplier)
Optional call.Constructors in com.ongres.scram.client with parameters of type NonceSupplier Constructor Description ScramClient(ScramClient.ChannelBinding channelBinding, StringPreparation stringPreparation, ScramMechanism nonChannelBindingMechanism, ScramMechanism channelBindingMechanism, java.security.SecureRandom secureRandom, NonceSupplier nonceSupplier)
-