Java javax.security.sasl SaslClient fields, constructors, methods, implement or subclass

Example usage for Java javax.security.sasl SaslClient fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.security.sasl SaslClient.

The text is from its open source code.

Implementation

javax.security.sasl.SaslClient has the following implementations.
Click this link to see all its implementation.

Method

voiddispose()
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.
ClassgetClass()
Returns the runtime class of this Object .
StringgetMechanismName()
Returns the IANA-registered mechanism name of this SASL client.
ObjectgetNegotiatedProperty(String propName)
Retrieves the negotiated property.
booleanhasInitialResponse()
Determines whether this mechanism has an optional initial response.
booleanisComplete()
Determines whether the authentication exchange has completed.
byte[]unwrap(byte[] incoming, int offset, int len)
Unwraps a byte array received from the server.