Class Summary |
CALG |
A Factory class that returns CALG (Confidentiality Algorithm) instances that
operate as described in the draft-burdis-cat-sasl-srp-04. |
IALG |
A Factory class that returns IALG (Integrity Algorithm) instances that
operate as described in the draft-burdis-cat-sasl-srp-04. |
PasswordFile |
The Cryptix implementation of the SRP password files. |
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 Cryptix implementation of an SM2-capable client-side SASL-SRP mechanism. |
SRPContext |
A class that wraps SASL Security Context parameters for an SRP mechanism. |
SRPDigest |
The SRP protocol does not disallow the use of digest algorithms other than
SHA. |
SRPKey |
|
SRPPrivateKey |
|
SRPPublicKey |
|
SRPSecretKey |
The SRP session key. |
SRPServer |
The Cryptix implementation of an SM2-capable server-side SASL-SRP mechanism. |
SRPUtil |
A SRP-specific utility class. |