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(java.math.BigInteger d, ECDomainParameters parameters) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigIntegergetD()- 
Methods inherited from class org.bouncycastle.crypto.params.ECKeyParameters
getParameters 
- 
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
ECPrivateKeyParameters
public ECPrivateKeyParameters(java.math.BigInteger d, ECDomainParameters parameters) 
 - 
 
 -