public class URoutineContext
extends java.lang.Object
URoutine.| Modifier and Type | Field and Description |
|---|---|
java.math.BigInteger |
A
The public client value 'A'.
|
java.math.BigInteger |
B
The public server value 'B'.
|
| Constructor and 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 a
URoutine. |
public final java.math.BigInteger A
public final java.math.BigInteger B
public URoutineContext(java.math.BigInteger A,
java.math.BigInteger B)
URoutine.A - The public client value 'A'.B - The public server value 'B'.