| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gudy.bouncycastle.jce.spec.ECKeySpec
org.gudy.bouncycastle.jce.spec.ECPrivateKeySpec
public class 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.gudy.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()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||