ECKeySpecpublic class ECKeySpec extends Object implements KeySpecbase class for an Elliptic Curve Key Spec |
Fields Summary |
---|
private ECParameterSpec | spec |
Constructors Summary |
---|
protected ECKeySpec(ECParameterSpec spec)
this.spec = spec;
|
Methods Summary |
---|
public ECParameterSpec | getParams()return the domain parameters for the curve
return spec;
|
|