public class ECGOST3410ParamSetParameters extends ASN1Encodable
| Modifier and Type | Field and Description |
|---|---|
(package private) DERInteger |
a |
(package private) DERInteger |
b |
(package private) DERInteger |
p |
(package private) DERInteger |
q |
(package private) DERInteger |
x |
(package private) DERInteger |
y |
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, hashCodeDERInteger p
DERInteger q
DERInteger a
DERInteger b
DERInteger x
DERInteger y
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 ASN1EncodableCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.