Package de.bsvrz.sys.funclib.srp6
Class SRP6ClientCredentials
java.lang.Object
de.bsvrz.sys.funclib.srp6.SRP6ClientCredentials
The SRP-6a client credentials sent to the server at
step two
. These consist of the public
client value 'A' and the client evidence message 'M1'.-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal BigInteger
The public client value 'A'.final BigInteger
The client evidence message 'M1'. -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new SRP-6a client credentials. -
Method Summary
-
Field Details
-
A
The public client value 'A'. -
M1
The client evidence message 'M1'.
-
-
Constructor Details
-
SRP6ClientCredentials
Creates a new SRP-6a client credentials.- Parameters:
A
- The public client value 'A'. Must not benull
.M1
- The client evidence message 'M1'. Must not benull
.
-