Table of Contents

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 bool
publicKeyParamSet DerObjectIdentifier

Gost3410KeyParameters(bool, Gost3410Parameters)

protected Gost3410KeyParameters(bool isPrivate, Gost3410Parameters parameters)

Parameters

isPrivate bool
parameters Gost3410Parameters

Properties

Parameters

public Gost3410Parameters Parameters { get; }

Property Value

Gost3410Parameters

PublicKeyParamSet

public DerObjectIdentifier PublicKeyParamSet { get; }

Property Value

DerObjectIdentifier