For the latest news and information visit
The GNU Crypto project

Uses of Package
gnu.crypto.sasl

Packages that use gnu.crypto.sasl
gnu.crypto.sasl Provides concrete implementations of some SASL (Simple Authentication and Security Layer) mechanisms.  
gnu.crypto.sasl.anonymous   
gnu.crypto.sasl.crammd5   
gnu.crypto.sasl.plain   
gnu.crypto.sasl.srp Provides the implementations of the SASL SRP mechanism, as specified in draft-burdis-cat-srp-sasl.  
 

Classes in gnu.crypto.sasl used by gnu.crypto.sasl
ClientMechanism
          A base class to facilitate implementing SASL client-side mechanisms.
IAuthInfoProvider
          The visible methods of any authentication information provider.
IAuthInfoProviderFactory
          The visible method of every authentication information provider factory.
InputBuffer
          The implementation of an incoming SASL buffer.
SaslEncodingException
          A checked exception, thrown when an exception occurs while decoding a SASL buffer and/or a SASL data element from/to a buffer.
ServerMechanism
          A base class to facilitate implementing SASL server-side mechanisms.
 

Classes in gnu.crypto.sasl used by gnu.crypto.sasl.anonymous
ClientMechanism
          A base class to facilitate implementing SASL client-side mechanisms.
ServerMechanism
          A base class to facilitate implementing SASL server-side mechanisms.
 

Classes in gnu.crypto.sasl used by gnu.crypto.sasl.crammd5
ClientMechanism
          A base class to facilitate implementing SASL client-side mechanisms.
IAuthInfoProvider
          The visible methods of any authentication information provider.
ServerMechanism
          A base class to facilitate implementing SASL server-side mechanisms.
 

Classes in gnu.crypto.sasl used by gnu.crypto.sasl.plain
ClientMechanism
          A base class to facilitate implementing SASL client-side mechanisms.
IAuthInfoProvider
          The visible methods of any authentication information provider.
ServerMechanism
          A base class to facilitate implementing SASL server-side mechanisms.
 

Classes in gnu.crypto.sasl used by gnu.crypto.sasl.srp
ClientMechanism
          A base class to facilitate implementing SASL client-side mechanisms.
ConfidentialityException
          Used by mechanisms that offer a security services layer, this checked exception is thrown to indicate that a violation has occured during the processing of a confidentiality protection filter.
IAuthInfoProvider
          The visible methods of any authentication information provider.
ServerMechanism
          A base class to facilitate implementing SASL server-side mechanisms.
 


For the latest news and information visit
The GNU Crypto project

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.