Class URoutineContext

java.lang.Object
de.bsvrz.sys.funclib.srp6.URoutineContext

public class URoutineContext extends Object
Immutable snapshot of the SRP-6a client session variables to be used in a URoutine.
  • Field Details

    • A

      public final BigInteger A
      The public client value 'A'.
    • B

      public final BigInteger B
      The public server value 'B'.
  • Constructor Details

    • URoutineContext

      public URoutineContext(BigInteger A, BigInteger B)
      Creates a new immutable snapshot of SRP-6a client session variables to be used in a URoutine.
      Parameters:
      A - The public client value 'A'.
      B - The public server value 'B'.