|
Bouncy Castle Cryptography 1.26 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.bouncycastle.jce.spec.ECKeySpec
|
+--org.bouncycastle.jce.spec.ECPrivateKeySpec
Elliptic Curve private key specification.
| Constructor Summary | |
ECPrivateKeySpec(java.math.BigInteger d,
ECParameterSpec spec)
base constructor |
|
| Method Summary | |
java.math.BigInteger |
getD()
return the private number D |
| Methods inherited from class org.bouncycastle.jce.spec.ECKeySpec |
getParams |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ECPrivateKeySpec(java.math.BigInteger d,
ECParameterSpec spec)
d - the private number for the key.spec - the domain parameters for the curve being used.| Method Detail |
public java.math.BigInteger getD()
|
Bouncy Castle Cryptography 1.26 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||