Frames | No Frames |
Methods which throw type com.netscape.sasl.SaslException | |
byte[] | Retrieves the initial response. |
SaslClient | ClientFactory.createSaslClient(String[] mechanisms, String authorizationId, String protocol, String serverName, Hashtable props, CallbackHandler cbh) Creates a SaslClient using the parameters supplied. |
SaslClient | Sasl.createSaslClient(String[] mechanisms, String authorizationId, String protocol, String serverName, Hashtable props, CallbackHandler cbh) Creates a SaslClient using the parameters supplied. |
SaslClient | SaslClientFactory.createSaslClient(String[] mechanisms, String authorizationId, String protocol, String serverName, Hashtable props, CallbackHandler cbh) Creates a SaslClient using the parameters supplied. |
byte[] | SaslClient.evaluateChallenge(byte[] challenge) Evaluates the challenge data and generates a response. |
Methods which throw type com.netscape.sasl.SaslException | |
byte[] | Retrieves the initial response. |
byte[] | SaslExternal.evaluateChallenge(byte[] challenge) Evaluates the challenge data and generates a response. |