Home » openjdk-7 » com.sun.security » sasl » digest »

com.sun.security.sasl.digest

Interfaces:

SecurityCtx   Interface used for classes implementing integrity checking and privacy for DIGEST-MD5 SASL mechanism implementation.  code | html

Abstract Classes:

DigestMD5Base   Utility class for DIGEST-MD5 mechanism.  code | html

Classes:

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