Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
java.security.spec | Provides classes and interfaces for key specifications and algorithm parameter specifications. |
Uses of EllipticCurve in java.security.spec |
---|
Modifier and Type | Method and Description |
---|---|
EllipticCurve |
ECParameterSpec.getCurve()
Returns the elliptic curve that this parameter defines. |
Constructor and Description |
---|
ECParameterSpec(EllipticCurve curve,
ECPoint g,
BigInteger n,
int h)
Creates elliptic curve domain parameters based on the specified values. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.