Package gnu.javax.crypto.sasl.srp

Interface Summary

SRPRegistry A list of key names designating the values exchanged between the server and client in an SRP communication authentication phase.

Class Summary

CALG A Factory class that returns CALG (Confidentiality Algorithm) instances that operate as described in the draft-burdis-cat-sasl-srp-08.
ClientStore The client-side implementation of the SRP security context store.
IALG A Factory class that returns IALG (Integrity Algorithm) instances that operate as described in the draft-burdis-cat-sasl-srp-04 and later.
KDF The SASL-SRP KDF implementation, which is also used, depending on how it was instantiated, as a secure Pseudo Random Number Generator.
PasswordFile The implementation of SRP password files.
ServerStore The server-side implementation of the SRP security context store.
SRP A Factory class that returns SRP Singletons that know all SRP-related mathematical computations and protocol-related operations for both the client- and server-sides.
SRPAuthInfoProvider The SRP mechanism authentication information provider implementation.
SRPClient The SASL-SRP client-side mechanism.
SRPServer The SASL-SRP server-side mechanism.