org.bouncycastle.crypto.params

Class ECPrivateKeyParameters

Implemented Interfaces:
CipherParameters

public class ECPrivateKeyParameters
extends ECKeyParameters

Constructor Summary

ECPrivateKeyParameters(BigInteger d, ECDomainParameters params)

Method Summary

BigInteger
getD()

Methods inherited from class org.bouncycastle.crypto.params.ECKeyParameters

getParameters

Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter

isPrivate

Constructor Details

ECPrivateKeyParameters

public ECPrivateKeyParameters(BigInteger d,
                              ECDomainParameters params)

Method Details

getD

public BigInteger getD()