Package de.bsvrz.sys.funclib.srp6
Class URoutineContext
- java.lang.Object
-
- de.bsvrz.sys.funclib.srp6.URoutineContext
-
public class URoutineContext extends java.lang.ObjectImmutable snapshot of the SRP-6a client session variables to be used in aURoutine.
-
-
Constructor Summary
Constructors Constructor Description URoutineContext(java.math.BigInteger A, java.math.BigInteger B)Creates a new immutable snapshot of SRP-6a client session variables to be used in aURoutine.
-
-
-
Constructor Detail
-
URoutineContext
public URoutineContext(java.math.BigInteger A, java.math.BigInteger B)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'.
-
-