org.bouncycastle.asn1.cryptopro

Class GOST3410ParamSetParameters

public class GOST3410ParamSetParameters extends ASN1Encodable

Constructor Summary
GOST3410ParamSetParameters(int keySize, BigInteger p, BigInteger q, BigInteger a)
GOST3410ParamSetParameters(ASN1Sequence seq)
Method Summary
BigIntegergetA()
static GOST3410ParamSetParametersgetInstance(ASN1TaggedObject obj, boolean explicit)
static GOST3410ParamSetParametersgetInstance(Object obj)
intgetKeySize()
intgetLKeySize()
BigIntegergetP()
BigIntegergetQ()
DERObjecttoASN1Object()

Constructor Detail

GOST3410ParamSetParameters

public GOST3410ParamSetParameters(int keySize, BigInteger p, BigInteger q, BigInteger a)

GOST3410ParamSetParameters

public GOST3410ParamSetParameters(ASN1Sequence seq)

Method Detail

getA

public BigInteger getA()

getInstance

public static GOST3410ParamSetParameters getInstance(ASN1TaggedObject obj, boolean explicit)

getInstance

public static GOST3410ParamSetParameters getInstance(Object obj)

getKeySize

public int getKeySize()

getLKeySize

public int getLKeySize()

Deprecated: use getKeySize

getP

public BigInteger getP()

getQ

public BigInteger getQ()

toASN1Object

public DERObject toASN1Object()