gnu.crypto.sasl.anonymous

Class AnonymousClient

public class AnonymousClient extends ClientMechanism implements SaslClient

The ANONYMOUS client-side mechanism.

Version: $Revision: 1.4 $

Constructor Summary
AnonymousClient()
Method Summary
byte[]evaluateChallenge(byte[] challenge)
booleanhasInitialResponse()
protected voidinitMechanism()
protected voidresetMechanism()

Constructor Detail

AnonymousClient

public AnonymousClient()

Method Detail

evaluateChallenge

public byte[] evaluateChallenge(byte[] challenge)

hasInitialResponse

public boolean hasInitialResponse()

initMechanism

protected void initMechanism()

resetMechanism

protected void resetMechanism()
Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.