Org.BouncyCastle.Crypto.Parameters.Gost3410KeyGenerationParameters.Gost3410KeyGenerationParameters C# (CSharp) Method

Gost3410KeyGenerationParameters() public method

public Gost3410KeyGenerationParameters ( SecureRandom random, DerObjectIdentifier publicKeyParamSet ) : System
random Org.BouncyCastle.Security.SecureRandom
publicKeyParamSet Org.BouncyCastle.Asn1.DerObjectIdentifier
return System
		public Gost3410KeyGenerationParameters(
			SecureRandom		random,
			DerObjectIdentifier	publicKeyParamSet)
			: this(random, LookupParameters(publicKeyParamSet))
		{
			this.publicKeyParamSet = publicKeyParamSet;
		}

Same methods

Gost3410KeyGenerationParameters::Gost3410KeyGenerationParameters ( SecureRandom random, Gost3410Parameters parameters ) : System