public class ECGOST3410ParamSetParameters extends ASN1Encodable
BER, DER
Constructor and Description |
---|
ECGOST3410ParamSetParameters(ASN1Sequence seq) |
ECGOST3410ParamSetParameters(BigInteger a,
BigInteger b,
BigInteger p,
BigInteger q,
int x,
BigInteger y) |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getA() |
static ECGOST3410ParamSetParameters |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static ECGOST3410ParamSetParameters |
getInstance(Object obj) |
BigInteger |
getP() |
BigInteger |
getQ() |
DERObject |
toASN1Object() |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public ECGOST3410ParamSetParameters(BigInteger a, BigInteger b, BigInteger p, BigInteger q, int x, BigInteger y)
public ECGOST3410ParamSetParameters(ASN1Sequence seq)
public static ECGOST3410ParamSetParameters getInstance(ASN1TaggedObject obj, boolean explicit)
public static ECGOST3410ParamSetParameters getInstance(Object obj)
public BigInteger getP()
public BigInteger getQ()
public BigInteger getA()
public DERObject toASN1Object()
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.