public class TlsSRPConfig
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigInteger[] |
explicitNG |
| Constructor and Description |
|---|
TlsSRPConfig() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger[] |
getExplicitNG()
Return the (N, g) values used in SRP-6.
|
void |
setExplicitNG(java.math.BigInteger[] explicitNG)
Set the (N, g) values used for SRP-6.
|
public java.math.BigInteger[] getExplicitNG()
public void setExplicitNG(java.math.BigInteger[] explicitNG)
explicitNG - (N, g) as a BigInteger array (N=[0], g=[1]).