Table of Contents

Class AsymmetricKeyParameter

Namespace
Enterprises.Org.BouncyCastle.Crypto
Assembly
Enterprises.BouncyCastle.Crypto.dll
public abstract class AsymmetricKeyParameter : ICipherParameters
Inheritance
AsymmetricKeyParameter
Implements
Derived
Inherited Members

Constructors

AsymmetricKeyParameter(bool)

protected AsymmetricKeyParameter(bool privateKey)

Parameters

privateKey bool

Properties

IsPrivate

public bool IsPrivate { get; }

Property Value

bool

Methods

Equals(AsymmetricKeyParameter)

protected bool Equals(AsymmetricKeyParameter other)

Parameters

other AsymmetricKeyParameter

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int