For the latest news and information visit
The GNU Crypto project

Uses of Class
gnu.crypto.sasl.ServerMechanism

Packages that use ServerMechanism
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 ServerMechanism in gnu.crypto.sasl
 

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

Uses of ServerMechanism in gnu.crypto.sasl.anonymous
 

Subclasses of ServerMechanism in gnu.crypto.sasl.anonymous
 class AnonymousServer
          The ANONYMOUS server-side mechanism.
 

Uses of ServerMechanism in gnu.crypto.sasl.crammd5
 

Subclasses of ServerMechanism in gnu.crypto.sasl.crammd5
 class CramMD5Server
          The CRAM-MD5 SASL server-side mechanism.
 

Uses of ServerMechanism in gnu.crypto.sasl.plain
 

Subclasses of ServerMechanism in gnu.crypto.sasl.plain
 class PlainServer
          The PLAIN SASL server-side mechanism.
 

Uses of ServerMechanism in gnu.crypto.sasl.srp
 

Subclasses of ServerMechanism in gnu.crypto.sasl.srp
 class SRPServer
          The SASL-SRP server-side mechanism.
 


For the latest news and information visit
The GNU Crypto project

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