gnu.crypto.sasl.plain
Class PlainClient
- SaslClient
public class PlainClient
implements SaslClient
The PLAIN SASL client-side mechanism.
Version:
dispose, engineUnwrap, engineWrap, evaluateChallenge, getAuthorizationID, getMechanismName, getNegotiatedMaxBuffer, getNegotiatedPolicyForwardSecrecy, getNegotiatedPolicyNoActive, getNegotiatedPolicyNoAnonymous, getNegotiatedPolicyNoDictionary, getNegotiatedPolicyNoPlainText, getNegotiatedPolicyPassCredentials, getNegotiatedProperty, getNegotiatedQOP, getNegotiatedRawSendSize, getNegotiatedServerAuth, getNegotiatedStrength, getReuse, hasInitialResponse, init, initMechanism, isComplete, reset, resetMechanism, unwrap, wrap |
PlainClient
public PlainClient()
evaluateChallenge
public byte[] evaluateChallenge(byte[] challenge)
throws SaslException- evaluateChallenge in interface ClientMechanism
getNegotiatedQOP
protected String getNegotiatedQOP()
- getNegotiatedQOP in interface ClientMechanism
hasInitialResponse
public boolean hasInitialResponse()
- hasInitialResponse in interface ClientMechanism
initMechanism
protected void initMechanism()
throws SaslException- initMechanism in interface ClientMechanism
resetMechanism
protected void resetMechanism()
throws SaslException- resetMechanism in interface ClientMechanism
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.