Top Interfaces Classes
module java.security.sasl

Package com.sun.security.sasl.digest


Interface Summary

Modifier and TypeInterface and Description
pack-priv interface
SecurityCtx

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

Class Summary

Modifier and TypeClass and Description
pack-priv abstract class
DigestMD5Base

Utility class for DIGEST-MD5 mechanism.

pack-priv class
DigestMD5Client

An implementation of the DIGEST-MD5 (RFC 2831) SASL (RFC 2222) mechanism.

pack-priv class
DigestMD5Server

An implementation of the DIGEST-MD5 server SASL mechanism.

public class
FactoryImpl

Client and server factory for DIGEST-MD5 SASL client/server mechanisms.