Package 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
-
Constructor Summary
Constructors Constructor Description ECPrivateKeyParameters(BigInteger d, ECDomainParameters params) -
Method Summary
Modifier and Type Method Description BigIntegergetD()Methods inherited from class org.bouncycastle.crypto.params.ECKeyParameters
getParametersMethods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
Constructor Details
-
ECPrivateKeyParameters
-
-
Method Details
-
getD
-