Package de.bsvrz.sys.funclib.srp6
Class SRP6ServerEvidenceContext
java.lang.Object
de.bsvrz.sys.funclib.srp6.SRP6ServerEvidenceContext
Immutable snapshot of SRP-6a server session variables to be used in a
ServerEvidenceRoutine
.-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal BigInteger
The public client value 'A'.final BigInteger
The client evidence message 'M1'.final BigInteger
The session key 'S'. -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new immutable snapshot of SRP-6a server session variables. -
Method Summary
-
Field Details
-
A
The public client value 'A'. -
M1
The client evidence message 'M1'. -
S
The session key 'S'.
-
-
Constructor Details
-
SRP6ServerEvidenceContext
Creates a new immutable snapshot of SRP-6a server session variables.- Parameters:
A
- The public client value 'A'.M1
- The client evidence message 'M1'.S
- The session key 'S'.
-