| Package | Description |
|---|---|
| java.security.spec |
Provides classes and interfaces for key specifications and algorithm parameter specifications.
|
| Modifier and Type | Method and Description |
|---|---|
EllipticCurve |
ECParameterSpec.getCurve()
Returns the elliptic curve that this parameter defines.
|
| Constructor and Description | |
|---|---|
ECParameterSpec(EllipticCurve
Creates elliptic curve domain parameters based on the specified values.
|