Package de.bsvrz.sys.funclib.srp6
Class URoutineContext
java.lang.Object
de.bsvrz.sys.funclib.srp6.URoutineContext
Immutable snapshot of the SRP-6a client session variables to be used in a
URoutine.-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal BigIntegerThe public client value 'A'.final BigIntegerThe public server value 'B'. -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new immutable snapshot of SRP-6a client session variables to be used in aURoutine. -
Method Summary
-
Field Details
-
A
The public client value 'A'. -
B
The public server value 'B'.
-
-
Constructor Details
-
URoutineContext
Creates a new immutable snapshot of SRP-6a client session variables to be used in aURoutine.- Parameters:
A- The public client value 'A'.B- The public server value 'B'.
-