Uses of Record Class
tigase.auth.mechanisms.SCRAMHelper.AuthenticationData
Packages that use SCRAMHelper.AuthenticationData
-
Uses of SCRAMHelper.AuthenticationData in tigase.auth.mechanisms
Methods in tigase.auth.mechanisms that return SCRAMHelper.AuthenticationDataModifier and TypeMethodDescriptionSCRAMHelper.encodePlainPassword
(String algorithm, byte[] salt, int iterations, String plainPassword) Encode plain password to SCRAM authentication data: ServerKey and StoredKey.Transcode Salted Password (PBKDF2) to SCRAM authentication data: ServerKey and StoredKey.