public final class AnonymousSaslClient
extends java.lang.Object
implements javax.security.sasl.SaslClient
The client implementation of the “ANONYMOUS” SASL mechanism.
| Constructor and Description |
|---|
AnonymousSaslClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
byte[] |
evaluateChallenge(byte[] challenge) |
java.lang.String |
getMechanismName() |
java.lang.Object |
getNegotiatedProperty(java.lang.String propName) |
boolean |
hasInitialResponse() |
boolean |
isComplete() |
byte[] |
unwrap(byte[] incoming,
int offset,
int len) |
byte[] |
wrap(byte[] outgoing,
int offset,
int len) |
public final java.lang.String getMechanismName()
getMechanismName in interface javax.security.sasl.SaslClientpublic final boolean hasInitialResponse()
hasInitialResponse in interface javax.security.sasl.SaslClientpublic final byte[] evaluateChallenge(byte[] challenge)
evaluateChallenge in interface javax.security.sasl.SaslClientpublic final boolean isComplete()
isComplete in interface javax.security.sasl.SaslClientpublic final byte[] unwrap(byte[] incoming,
int offset,
int len)
unwrap in interface javax.security.sasl.SaslClientpublic final byte[] wrap(byte[] outgoing,
int offset,
int len)
wrap in interface javax.security.sasl.SaslClientpublic final java.lang.Object getNegotiatedProperty(java.lang.String propName)
getNegotiatedProperty in interface javax.security.sasl.SaslClientpublic final void dispose()
dispose in interface javax.security.sasl.SaslClientCopyright © 2014–2019 XMPP.rocks. All rights reserved.