public Gost3410KeyGenerationParameters(SecureRandom random, DerObjectIdentifier publicKeyParamSet) : this(random, Gost3410KeyGenerationParameters.LookupParameters(publicKeyParamSet)) { this.publicKeyParamSet = publicKeyParamSet; }