gnu.inet.util
Class SaslPlain
- SaslClient
public class SaslPlain
extends java.lang.Object
implements SaslClient
SASL mechanism for PLAIN.
- Chris Burdess
SaslPlain
public SaslPlain(String username,
String password)
dispose
public void dispose()
evaluateChallenge
public byte[] evaluateChallenge(byte[] challenge)
throws SaslException
getMechanismName
public String getMechanismName()
getNegotiatedProperty
public Object getNegotiatedProperty(String name)
hasInitialResponse
public boolean hasInitialResponse()
isComplete
public boolean isComplete()
unwrap
public byte[] unwrap(byte[] incoming,
int off,
int len)
throws SaslException
wrap
public byte[] wrap(byte[] outgoing,
int off,
int len)
throws SaslException
© Copyright 2003 The Free Software Foundation,
all rights reserved