public class TlsECConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
namedGroup |
protected boolean |
pointCompression |
Constructor and Description |
---|
TlsECConfig() |
Modifier and Type | Method and Description |
---|---|
int |
getNamedGroup()
Return the group used.
|
boolean |
getPointCompression()
Return whether or not point compression is enabled for this config.
|
void |
setNamedGroup(int namedGroup)
Set the group to use.
|
void |
setPointCompression(boolean pointCompression)
Set whether point compression should be enabled for this config.
|
protected int namedGroup
protected boolean pointCompression
public int getNamedGroup()
named group
used.public void setNamedGroup(int namedGroup)
namedGroup
- the named group
to use.public boolean getPointCompression()
public void setPointCompression(boolean pointCompression)
pointCompression
- true if point compression should be enabled.