|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.crypto.sasl.ClientMechanism gnu.crypto.sasl.plain.PlainClient
The PLAIN SASL client-side mechanism.
Field Summary |
Fields inherited from class gnu.crypto.sasl.ClientMechanism |
authorisationID, complete, handler, mechanism, properties, protocol, serverName, state |
Constructor Summary | |
PlainClient()
|
Method Summary | |
byte[] |
evaluateChallenge(byte[] challenge)
|
protected java.lang.String |
getNegotiatedQOP()
|
boolean |
hasInitialResponse()
|
protected void |
initMechanism()
|
protected void |
resetMechanism()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.security.sasl.SaslClient |
dispose, getMechanismName, getNegotiatedProperty, isComplete, unwrap, wrap |
Constructor Detail |
public PlainClient()
Method Detail |
protected void initMechanism() throws javax.security.sasl.SaslException
initMechanism
in class ClientMechanism
javax.security.sasl.SaslException
protected void resetMechanism() throws javax.security.sasl.SaslException
resetMechanism
in class ClientMechanism
javax.security.sasl.SaslException
public boolean hasInitialResponse()
hasInitialResponse
in interface javax.security.sasl.SaslClient
hasInitialResponse
in class ClientMechanism
public byte[] evaluateChallenge(byte[] challenge) throws javax.security.sasl.SaslException
evaluateChallenge
in interface javax.security.sasl.SaslClient
evaluateChallenge
in class ClientMechanism
javax.security.sasl.SaslException
protected java.lang.String getNegotiatedQOP()
getNegotiatedQOP
in class ClientMechanism
|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |