gnu.crypto.sasl.srp
Class SRPClient
- SaslClient
public class SRPClient
implements SaslClient
The SASL-SRP client-side mechanism.
(package private) BigInteger | A
|
(package private) BigInteger | B
|
(package private) BigInteger | N
|
(package private) BigInteger | g
|
dispose, engineUnwrap, engineWrap, evaluateChallenge, getAuthorizationID, getMechanismName, getNegotiatedMaxBuffer, getNegotiatedPolicyForwardSecrecy, getNegotiatedPolicyNoActive, getNegotiatedPolicyNoAnonymous, getNegotiatedPolicyNoDictionary, getNegotiatedPolicyNoPlainText, getNegotiatedPolicyPassCredentials, getNegotiatedProperty, getNegotiatedQOP, getNegotiatedRawSendSize, getNegotiatedServerAuth, getNegotiatedStrength, getReuse, hasInitialResponse, init, initMechanism, isComplete, reset, resetMechanism, unwrap, wrap |
A
(package private) BigInteger A
B
(package private) BigInteger B
N
(package private) BigInteger N
g
(package private) BigInteger g
SRPClient
public SRPClient()
engineUnwrap
protected byte[] engineUnwrap(byte[] incoming,
int offset,
int len)
throws SaslException- engineUnwrap in interface ClientMechanism
engineWrap
protected byte[] engineWrap(byte[] outgoing,
int offset,
int len)
throws SaslException- engineWrap in interface ClientMechanism
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.