Class Gost3410KeyGenerationParameters
- Namespace
- Enterprises.Org.BouncyCastle.Crypto.Parameters
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class Gost3410KeyGenerationParameters : KeyGenerationParameters
- Inheritance
-
Gost3410KeyGenerationParameters
- Inherited Members
Constructors
Gost3410KeyGenerationParameters(SecureRandom, DerObjectIdentifier)
public Gost3410KeyGenerationParameters(SecureRandom random, DerObjectIdentifier publicKeyParamSet)
Parameters
random
SecureRandompublicKeyParamSet
DerObjectIdentifier
Gost3410KeyGenerationParameters(SecureRandom, Gost3410Parameters)
public Gost3410KeyGenerationParameters(SecureRandom random, Gost3410Parameters parameters)
Parameters
random
SecureRandomparameters
Gost3410Parameters
Properties
Parameters
public Gost3410Parameters Parameters { get; }
Property Value
PublicKeyParamSet
public DerObjectIdentifier PublicKeyParamSet { get; }