org.bouncycastle.asn1.cryptopro

Class GOST3410ParamSetParameters

Implemented Interfaces:
DEREncodable

public class GOST3410ParamSetParameters
extends ASN1Encodable

Field Summary

Fields inherited from class org.bouncycastle.asn1.ASN1Encodable

BER, DER

Constructor Summary

GOST3410ParamSetParameters(int keySize, BigInteger p, BigInteger q, BigInteger a)
GOST3410ParamSetParameters(ASN1Sequence seq)

Method Summary

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

Methods inherited from class org.bouncycastle.asn1.ASN1Encodable

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

Constructor Details

GOST3410ParamSetParameters

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

GOST3410ParamSetParameters

public GOST3410ParamSetParameters(ASN1Sequence seq)

Method Details

getA

public BigInteger getA()

getInstance

public static GOST3410ParamSetParameters getInstance(Object obj)

getInstance

public static GOST3410ParamSetParameters getInstance(ASN1TaggedObject obj,
                                                     boolean explicit)

getLKeySize

public int getLKeySize()

getP

public BigInteger getP()

getQ

public BigInteger getQ()

toASN1Object

public DERObject toASN1Object()
Overrides:
toASN1Object in interface ASN1Encodable