Table of Contents

Class ECPrivateKeyParameters

Namespace
Org.BouncyCastle.Crypto.Parameters
Assembly
BouncyCastle.Cryptography.dll
public class ECPrivateKeyParameters : ECKeyParameters, ICipherParameters
Inheritance
ECPrivateKeyParameters
Implements
Inherited Members

Constructors

ECPrivateKeyParameters(BigInteger, ECDomainParameters)

public ECPrivateKeyParameters(BigInteger d, ECDomainParameters parameters)

Parameters

d BigInteger
parameters ECDomainParameters

ECPrivateKeyParameters(string, BigInteger, DerObjectIdentifier)

public ECPrivateKeyParameters(string algorithm, BigInteger d, DerObjectIdentifier publicKeyParamSet)

Parameters

algorithm string
d BigInteger
publicKeyParamSet DerObjectIdentifier

ECPrivateKeyParameters(string, BigInteger, ECDomainParameters)

public ECPrivateKeyParameters(string algorithm, BigInteger d, ECDomainParameters parameters)

Parameters

algorithm string
d BigInteger
parameters ECDomainParameters

Properties

D

public BigInteger D { get; }

Property Value

BigInteger

Methods

Equals(ECPrivateKeyParameters)

protected bool Equals(ECPrivateKeyParameters other)

Parameters

other ECPrivateKeyParameters

Returns

bool

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.