For the latest news and information visit
The GNU Crypto project

Uses of Class
gnu.crypto.sasl.ClientMechanism

Packages that use ClientMechanism
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.  
 

Uses of ClientMechanism in gnu.crypto.sasl
 

Methods in gnu.crypto.sasl that return ClientMechanism
static ClientMechanism ClientFactory.getInstance(java.lang.String mechanism)
           
 

Uses of ClientMechanism in gnu.crypto.sasl.anonymous
 

Subclasses of ClientMechanism in gnu.crypto.sasl.anonymous
 class AnonymousClient
          The ANONYMOUS client-side mechanism.
 

Uses of ClientMechanism in gnu.crypto.sasl.crammd5
 

Subclasses of ClientMechanism in gnu.crypto.sasl.crammd5
 class CramMD5Client
          The CRAM-MD5 SASL client-side mechanism.
 

Uses of ClientMechanism in gnu.crypto.sasl.plain
 

Subclasses of ClientMechanism in gnu.crypto.sasl.plain
 class PlainClient
          The PLAIN SASL client-side mechanism.
 

Uses of ClientMechanism in gnu.crypto.sasl.srp
 

Subclasses of ClientMechanism in gnu.crypto.sasl.srp
 class SRPClient
          The SASL-SRP client-side mechanism.
 


For the latest news and information visit
The GNU Crypto project

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