|
Bouncy Castle Cryptography 1.11 API Specification: Class ECPrivateKeyParameters
org.bouncycastle.crypto.params
Class ECPrivateKeyParameters
java.lang.Object
|
+--org.bouncycastle.crypto.params.AsymmetricKeyParameter
|
+--org.bouncycastle.crypto.params.ECKeyParameters
|
+--org.bouncycastle.crypto.params.ECPrivateKeyParameters
- All Implemented Interfaces:
- CipherParameters
- public class ECPrivateKeyParameters
- extends ECKeyParameters
Method Summary |
java.math.BigInteger |
getD()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ECPrivateKeyParameters
public ECPrivateKeyParameters(java.math.BigInteger d,
ECDomainParameters params)
getD
public java.math.BigInteger getD()
|