org.bouncycastle.asn1.cryptopro
public class ECGOST3410ParamSetParameters extends ASN1Encodable
| Constructor Summary | |
|---|---|
| ECGOST3410ParamSetParameters(BigInteger a, BigInteger b, BigInteger p, BigInteger q, int x, BigInteger y) | |
| ECGOST3410ParamSetParameters(ASN1Sequence seq) | |
| Method Summary | |
|---|---|
| BigInteger | getA() |
| static ECGOST3410ParamSetParameters | getInstance(ASN1TaggedObject obj, boolean explicit) |
| static ECGOST3410ParamSetParameters | getInstance(Object obj) |
| BigInteger | getP() |
| BigInteger | getQ() |
| DERObject | toASN1Object() |