gnu.crypto.sasl.plain

Class PlainClient

public class PlainClient extends ClientMechanism implements SaslClient

The PLAIN SASL client-side mechanism.

Version: $Revision: 1.4 $

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

Constructor Detail

PlainClient

public PlainClient()

Method Detail

evaluateChallenge

public byte[] evaluateChallenge(byte[] challenge)

getNegotiatedQOP

protected String getNegotiatedQOP()

hasInitialResponse

public boolean hasInitialResponse()

initMechanism

protected void initMechanism()

resetMechanism

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