Class Gost3410KeyParameters
- Namespace
- Enterprises.Org.BouncyCastle.Crypto.Parameters
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public abstract class Gost3410KeyParameters : AsymmetricKeyParameter, ICipherParameters
- Inheritance
-
Gost3410KeyParameters
- Implements
- Derived
- Inherited Members
Constructors
Gost3410KeyParameters(bool, DerObjectIdentifier)
protected Gost3410KeyParameters(bool isPrivate, DerObjectIdentifier publicKeyParamSet)
Parameters
isPrivate
boolpublicKeyParamSet
DerObjectIdentifier
Gost3410KeyParameters(bool, Gost3410Parameters)
protected Gost3410KeyParameters(bool isPrivate, Gost3410Parameters parameters)
Parameters
isPrivate
boolparameters
Gost3410Parameters
Properties
Parameters
public Gost3410Parameters Parameters { get; }
Property Value
PublicKeyParamSet
public DerObjectIdentifier PublicKeyParamSet { get; }