| Interface | Description |
|---|---|
| SecurityCtx |
Interface used for classes implementing integrity checking and privacy
for DIGEST-MD5 SASL mechanism implementation.
|
| Class | Description |
|---|---|
| AbstractDigestMD5Factory |
The abstract factory for the digest SASL mechanisms.
|
| AbstractSaslImpl |
The base class used by client and server implementations of SASL
mechanisms to process properties passed in the props argument
and strings with the same format (e.g., used in digest-md5).
|
| DigestMD5Base |
Utility class for DIGEST-MD5 mechanism.
|
| DigestMD5Client | |
| DigestMD5ClientFactory |
The client factory for the digest SASL mechanisms.
|
| DigestMD5Server |
An implementation of the DIGEST-MD5 server SASL mechanism.
|
| DigestMD5ServerFactory |