Package rocks.xmpp.core.sasl.scram
Provides classes for the Salted Challenge Response Authentication
Mechanism (SCRAM).
-
Class Summary Class Description SaslPrep Utility class, which prepares a string to be used for username and password comparison according to RFC 4013.ScramBase A base SCRAM implementation.ScramClient The client implementation of the SCRAM-SHA-1 SASL mechanism.