Example usage for Java javax.security.sasl SaslClient fields, constructors, methods, implement or subclass
The text is from its open source code.
void | dispose() Disposes of any system resources or security-sensitive information the SaslClient might be using. |
byte[] | evaluateChallenge(byte[] challenge) Evaluates the challenge data and generates a response. |
Class> | getClass() Returns the runtime class of this Object . |
String | getMechanismName() Returns the IANA-registered mechanism name of this SASL client. |
Object | getNegotiatedProperty(String propName) Retrieves the negotiated property. |
boolean | hasInitialResponse() Determines whether this mechanism has an optional initial response. |
boolean | isComplete() Determines whether the authentication exchange has completed. |
byte[] | unwrap(byte[] incoming, int offset, int len) Unwraps a byte array received from the server. |