public class ECKeySpec
extends java.lang.Object
implements java.security.spec.KeySpec
Modifier and Type | Field and Description |
---|---|
private ECParameterSpec |
spec |
Modifier | Constructor and Description |
---|---|
protected |
ECKeySpec(ECParameterSpec spec) |
Modifier and Type | Method and Description |
---|---|
ECParameterSpec |
getParams()
return the domain parameters for the curve
|
private ECParameterSpec spec
protected ECKeySpec(ECParameterSpec spec)
public ECParameterSpec getParams()