SecurityCtx | Interface used for classes implementing integrity checking and privacy for DIGEST-MD5 SASL mechanism implementation. | code | html |
DigestMD5Base | Utility class for DIGEST-MD5 mechanism. | code | html |
DigestMD5Base.DigestIntegrity | Implementation of the SecurityCtx interface allowing for messages between the client and server to be integrity checked. | code | html |
DigestMD5Base.DigestPrivacy | Implementation of the SecurityCtx interface allowing for messages between the client and server to be integrity checked and encrypted. | code | html |
DigestMD5Client | An implementation of the DIGEST-MD5 (RFC 2831) SASL (RFC 2222) mechanism. | code | html |
DigestMD5Server | An implementation of the DIGEST-MD5 server SASL mechanism. | code | html |
FactoryImpl | Client and server factory for DIGEST-MD5 SASL client/server mechanisms. | code | html |