|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--de.flexiprovider.ec.keys.ECPrivateKeySpec
This class specifies an EC private key with its associated parameters.
Key,
KeySpec,
ECPublicKeySpec,
Point,
CurveParams| Constructor Summary | |
ECPrivateKeySpec(FlexiBigInt s,
CurveParams params)
Constructs a new private key specification. |
|
| Method Summary | |
CurveParams |
getParams()
Returns the ECDomain Parameters params. |
FlexiBigInt |
getS()
Returns the private key s. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public ECPrivateKeySpec(FlexiBigInt s,
CurveParams params)
s - private key represented by a FlexiBigIntparams - an ecdomain parameters specification| Method Detail |
public FlexiBigInt getS()
public CurveParams getParams()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||