org.bouncycastle.asn1.cryptopro
public class GOST3410ParamSetParameters extends ASN1Encodable
Constructor Summary | |
---|---|
GOST3410ParamSetParameters(int keySize, BigInteger p, BigInteger q, BigInteger a) | |
GOST3410ParamSetParameters(ASN1Sequence seq) |
Method Summary | |
---|---|
BigInteger | getA() |
static GOST3410ParamSetParameters | getInstance(ASN1TaggedObject obj, boolean explicit) |
static GOST3410ParamSetParameters | getInstance(Object obj) |
int | getKeySize() |
int | getLKeySize() |
BigInteger | getP() |
BigInteger | getQ() |
DERObject | toASN1Object() |
Deprecated: use getKeySize