public final class AnonymousSaslClient extends Object implements SaslClient
| Constructor and Description |
|---|
AnonymousSaslClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
byte[] |
evaluateChallenge(byte[] challenge) |
String |
getMechanismName() |
Object |
getNegotiatedProperty(String propName) |
boolean |
hasInitialResponse() |
boolean |
isComplete() |
byte[] |
unwrap(byte[] incoming,
int offset,
int len) |
byte[] |
wrap(byte[] outgoing,
int offset,
int len) |
public final String getMechanismName()
getMechanismName in interface SaslClientpublic final boolean hasInitialResponse()
hasInitialResponse in interface SaslClientpublic final byte[] evaluateChallenge(byte[] challenge)
throws SaslException
evaluateChallenge in interface SaslClientSaslExceptionpublic final boolean isComplete()
isComplete in interface SaslClientpublic final byte[] unwrap(byte[] incoming,
int offset,
int len)
throws SaslException
unwrap in interface SaslClientSaslExceptionpublic final byte[] wrap(byte[] outgoing,
int offset,
int len)
throws SaslException
wrap in interface SaslClientSaslExceptionpublic final Object getNegotiatedProperty(String propName)
getNegotiatedProperty in interface SaslClientpublic final void dispose()
throws SaslException
dispose in interface SaslClientSaslExceptionCopyright © 2014–2015 XMPP.rocks. All rights reserved.