Class GOST3410ParamSetParameters

    • Constructor Detail

      • GOST3410ParamSetParameters

        public GOST3410ParamSetParameters​(int keySize,
                                          java.math.BigInteger p,
                                          java.math.BigInteger q,
                                          java.math.BigInteger a)
      • GOST3410ParamSetParameters

        public GOST3410ParamSetParameters​(ASN1Sequence seq)
    • Method Detail

      • getLKeySize

        public int getLKeySize()
        Deprecated.
        use getKeySize
      • getKeySize

        public int getKeySize()
      • getP

        public java.math.BigInteger getP()
      • getQ

        public java.math.BigInteger getQ()
      • getA

        public java.math.BigInteger getA()