public class TlsDHConfig
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected DHGroup |
explicitGroup |
protected int |
namedGroup |
protected boolean |
padded |
| Constructor and Description |
|---|
TlsDHConfig(DHGroup explicitGroup) |
TlsDHConfig(int namedGroup,
boolean padded) |
| Modifier and Type | Method and Description |
|---|---|
DHGroup |
getExplicitGroup() |
int |
getNamedGroup() |
boolean |
isPadded() |
protected final DHGroup explicitGroup
protected final int namedGroup
protected final boolean padded
public TlsDHConfig(DHGroup explicitGroup)
public TlsDHConfig(int namedGroup,
boolean padded)
public DHGroup getExplicitGroup()
public int getNamedGroup()
public boolean isPadded()