org.bouncycastle.asn1.cryptopro
public class ECGOST3410ParamSetParameters extends ASN1Encodable
BER, DER
Constructor and Description |
---|
ECGOST3410ParamSetParameters(ASN1Sequence seq) |
ECGOST3410ParamSetParameters(java.math.BigInteger a,
java.math.BigInteger b,
java.math.BigInteger p,
java.math.BigInteger q,
int x,
java.math.BigInteger y) |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getA() |
static ECGOST3410ParamSetParameters |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static ECGOST3410ParamSetParameters |
getInstance(java.lang.Object obj) |
java.math.BigInteger |
getP() |
java.math.BigInteger |
getQ() |
DERObject |
toASN1Object() |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public ECGOST3410ParamSetParameters(java.math.BigInteger a, java.math.BigInteger b, java.math.BigInteger p, java.math.BigInteger q, int x, java.math.BigInteger y)
public ECGOST3410ParamSetParameters(ASN1Sequence seq)
public static ECGOST3410ParamSetParameters getInstance(ASN1TaggedObject obj, boolean explicit)
public static ECGOST3410ParamSetParameters getInstance(java.lang.Object obj)
public java.math.BigInteger getP()
public java.math.BigInteger getQ()
public java.math.BigInteger getA()
public DERObject toASN1Object()
toASN1Object
in class ASN1Encodable