Gost3410ParamSetParameters public class Gost3410ParamSetParameters : Asn1Encodable Documentation public BigInteger A { get; } public int KeySize { get; } public BigInteger P { get; } public BigInteger Q { get; } public Gost3410ParamSetParameters(int keySize, BigInteger p, BigInteger q, BigInteger a) public static Gost3410ParamSetParameters GetInstance(Asn1TaggedObject obj, bool explicitly) public static Gost3410ParamSetParameters GetInstance(object obj)