org.bouncycastle.asn1.cryptopro

Class ECGOST3410ParamSetParameters

Implemented Interfaces:
DEREncodable

public class ECGOST3410ParamSetParameters
extends ASN1Encodable

Field Summary

Fields inherited from class org.bouncycastle.asn1.ASN1Encodable

BER, DER

Constructor Summary

ECGOST3410ParamSetParameters(BigInteger a, BigInteger b, BigInteger p, BigInteger q, int x, BigInteger y)
ECGOST3410ParamSetParameters(ASN1Sequence seq)

Method Summary

BigInteger
getA()
static ECGOST3410ParamSetParameters
getInstance(Object obj)
static ECGOST3410ParamSetParameters
getInstance(ASN1TaggedObject obj, boolean explicit)
BigInteger
getP()
BigInteger
getQ()
DERObject
toASN1Object()

Methods inherited from class org.bouncycastle.asn1.ASN1Encodable

equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode, toASN1Object

Constructor Details

ECGOST3410ParamSetParameters

public ECGOST3410ParamSetParameters(BigInteger a,
                                    BigInteger b,
                                    BigInteger p,
                                    BigInteger q,
                                    int x,
                                    BigInteger y)

ECGOST3410ParamSetParameters

public ECGOST3410ParamSetParameters(ASN1Sequence seq)

Method Details

getA

public BigInteger getA()

getInstance

public static ECGOST3410ParamSetParameters getInstance(Object obj)

getInstance

public static ECGOST3410ParamSetParameters getInstance(ASN1TaggedObject obj,
                                                       boolean explicit)

getP

public BigInteger getP()

getQ

public BigInteger getQ()

toASN1Object

public DERObject toASN1Object()
Overrides:
toASN1Object in interface ASN1Encodable