public class ECGOST3410ParamSetParameters extends ASN1Object
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() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, 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 ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object