Table of Contents

Class AsymmetricKeyEntry

Namespace
Org.BouncyCastle.Pkcs
Assembly
BouncyCastle.Cryptography.dll
public class AsymmetricKeyEntry : Pkcs12Entry
Inheritance
AsymmetricKeyEntry
Inherited Members

Constructors

AsymmetricKeyEntry(AsymmetricKeyParameter)

public AsymmetricKeyEntry(AsymmetricKeyParameter key)

Parameters

key AsymmetricKeyParameter

AsymmetricKeyEntry(AsymmetricKeyParameter, IDictionary<DerObjectIdentifier, Asn1Encodable>)

public AsymmetricKeyEntry(AsymmetricKeyParameter key, IDictionary<DerObjectIdentifier, Asn1Encodable> attributes)

Parameters

key AsymmetricKeyParameter
attributes IDictionary<DerObjectIdentifier, Asn1Encodable>

Properties

Key

public AsymmetricKeyParameter Key { get; }

Property Value

AsymmetricKeyParameter

Methods

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.