Class DHKeyParameters
- Namespace
- Enterprises.Org.BouncyCastle.Crypto.Parameters
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class DHKeyParameters : AsymmetricKeyParameter, ICipherParameters
- Inheritance
-
DHKeyParameters
- Implements
-
- Derived
-
- Inherited Members
-
Constructors
DHKeyParameters(bool, DHParameters)
protected DHKeyParameters(bool isPrivate, DHParameters parameters)
Parameters
isPrivate bool
parameters DHParameters
DHKeyParameters(bool, DHParameters, DerObjectIdentifier)
protected DHKeyParameters(bool isPrivate, DHParameters parameters, DerObjectIdentifier algorithmOid)
Parameters
isPrivate bool
parameters DHParameters
algorithmOid DerObjectIdentifier
Properties
AlgorithmOid
public DerObjectIdentifier AlgorithmOid { get; }
Property Value
- DerObjectIdentifier
Parameters
public DHParameters Parameters { get; }
Property Value
- DHParameters
Methods
Equals(DHKeyParameters)
protected bool Equals(DHKeyParameters other)
Parameters
other DHKeyParameters
Returns
- bool
Equals(object)
public override bool Equals(object obj)
Parameters
obj object
Returns
- bool
GetHashCode()
public override int GetHashCode()
Returns
- int