gnu.crypto.sasl.srp
Class SRPClient
- SaslClient
public class SRPClient
implements SaslClient
The SASL-SRP client-side mechanism.
Version:
(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
evaluateChallenge
public byte[] evaluateChallenge(byte[] challenge)
throws SaslException
- evaluateChallenge in interface ClientMechanism
getNegotiatedQOP
protected String getNegotiatedQOP()
- getNegotiatedQOP in interface ClientMechanism
getNegotiatedRawSendSize
protected String getNegotiatedRawSendSize()
- getNegotiatedRawSendSize in interface ClientMechanism
getNegotiatedStrength
protected String getNegotiatedStrength()
- getNegotiatedStrength in interface ClientMechanism
hasInitialResponse
public boolean hasInitialResponse()
- hasInitialResponse in interface ClientMechanism
initMechanism
protected void initMechanism()
throws SaslException
- initMechanism in interface ClientMechanism
resetMechanism
protected void resetMechanism()
throws SaslException
- resetMechanism in interface ClientMechanism
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.