|
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.anonymous.AnonymousClient
The ANONYMOUS client-side mechanism.
Field Summary |
Fields inherited from class gnu.crypto.sasl.ClientMechanism |
authorisationID, complete, handler, mechanism, properties, protocol, serverName, state |
Constructor Summary | |
AnonymousClient()
|
Method Summary | |
byte[] |
evaluateChallenge(byte[] challenge)
|
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 AnonymousClient()
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
|
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 |