| Package | Description |
|---|---|
| org.jboss.sasl.digest |
| Class and 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.
|
| DigestMD5Base.DigestIntegrity
Implementation of the SecurityCtx interface allowing for messages
between the client and server to be integrity checked.
|
| SecurityCtx
Interface used for classes implementing integrity checking and privacy
for DIGEST-MD5 SASL mechanism implementation.
|