Property | Type | Description | |
---|---|---|---|
B | |||
S | |||
privA | |||
pubA | |||
random | |||
u | |||
x |
Method | Description | |
---|---|---|
CalculateSecret ( IDigest digest, |
||
GenerateClientCredentials ( IDigest digest, byte salt, byte identity, byte password ) : |
||
Srp6Client ( SrpConstants param ) : GSF.Security |
Method | Description | |
---|---|---|
SelectPrivateValue ( ) : |
Method | Description | |
---|---|---|
CalculateS ( ) : |
public CalculateSecret ( IDigest digest, |
||
digest | IDigest | |
serverB | ||
return |
public GenerateClientCredentials ( IDigest digest, byte salt, byte identity, byte password ) : |
||
digest | IDigest | |
salt | byte | |
identity | byte | |
password | byte | |
return |
protected SelectPrivateValue ( ) : |
||
return |
public Srp6Client ( SrpConstants param ) : GSF.Security | ||
param | SrpConstants | |
return | GSF.Security |
protected BigInteger,Org.BouncyCastle.Math B | ||
return |
protected BigInteger,Org.BouncyCastle.Math S | ||
return |
protected BigInteger,Org.BouncyCastle.Math privA | ||
return |
protected BigInteger,Org.BouncyCastle.Math pubA | ||
return |
protected SecureRandom,Org.BouncyCastle.Security random | ||
return |
protected BigInteger,Org.BouncyCastle.Math u | ||
return |