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
AsymmetricKeyEntry(AsymmetricKeyParameter, IDictionary<DerObjectIdentifier, Asn1Encodable>)
public AsymmetricKeyEntry(AsymmetricKeyParameter key, IDictionary<DerObjectIdentifier, Asn1Encodable> attributes)
Parameters
keyAsymmetricKeyParameterattributesIDictionary<DerObjectIdentifier, Asn1Encodable>
Properties
Key
public AsymmetricKeyParameter Key { get; }
Property Value
Methods
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
Parameters
objobjectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.