gnu.crypto.sasl.srp
public class SRPClient extends ClientMechanism implements SaslClient
The SASL-SRP client-side mechanism.
Version: $Revision: 1.9 $
Field Summary | |
---|---|
BigInteger | A |
BigInteger | B |
BigInteger | g |
BigInteger | N |
Constructor Summary | |
---|---|
SRPClient() |
Method Summary | |
---|---|
protected byte[] | engineUnwrap(byte[] incoming, int offset, int len) |
protected byte[] | engineWrap(byte[] outgoing, int offset, int len) |
byte[] | evaluateChallenge(byte[] challenge) |
protected String | getNegotiatedQOP() |
protected String | getNegotiatedRawSendSize() |
protected String | getNegotiatedStrength() |
protected String | getReuse() |
boolean | hasInitialResponse() |
protected void | initMechanism() |
protected void | resetMechanism() |