public class TlsDHConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.math.BigInteger[] |
explicitPG |
Constructor and Description |
---|
TlsDHConfig() |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger[] |
getExplicitPG()
Return the (p, g) values used in Diffie-Hellman.
|
void |
setExplicitPG(java.math.BigInteger[] explicitPG)
Set the (p, g) values used in Diffie-Hellman.
|
public java.math.BigInteger[] getExplicitPG()
public void setExplicitPG(java.math.BigInteger[] explicitPG)
explicitPG
- (p, g) as a BigInteger array (p=[0], g =[1]).