Class ECPrivateKeyParameters
- java.lang.Object
-
- org.gudy.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.gudy.bouncycastle.crypto.params.ECKeyParameters
-
- org.gudy.bouncycastle.crypto.params.ECPrivateKeyParameters
-
- All Implemented Interfaces:
CipherParameters
public class ECPrivateKeyParameters extends ECKeyParameters
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.math.BigInteger
d
-
Fields inherited from class org.gudy.bouncycastle.crypto.params.ECKeyParameters
params
-
Fields inherited from class org.gudy.bouncycastle.crypto.params.AsymmetricKeyParameter
privateKey
-
-
Constructor Summary
Constructors Constructor Description ECPrivateKeyParameters(java.math.BigInteger d, ECDomainParameters params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigInteger
getD()
-
Methods inherited from class org.gudy.bouncycastle.crypto.params.ECKeyParameters
getParameters
-
Methods inherited from class org.gudy.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Constructor Detail
-
ECPrivateKeyParameters
public ECPrivateKeyParameters(java.math.BigInteger d, ECDomainParameters params)
-
-