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
Methods
Equals(AsymmetricKeyParameter)
protected bool Equals(AsymmetricKeyParameter other)
Parameters
other
AsymmetricKeyParameter
Returns
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
GetHashCode()
public override int GetHashCode()