public class

GOST3410ParamSetParameters

extends ASN1Encodable
java.lang.Object
   ↳ org.bouncycastle.asn1.ASN1Encodable
     ↳ org.bouncycastle.asn1.cryptopro.GOST3410ParamSetParameters

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
Public Constructors
GOST3410ParamSetParameters(int keySize, BigInteger p, BigInteger q, BigInteger a)
GOST3410ParamSetParameters(ASN1Sequence seq)
Public Methods
BigInteger getA()
static GOST3410ParamSetParameters getInstance(ASN1TaggedObject obj, boolean explicit)
static GOST3410ParamSetParameters getInstance(Object obj)
int getKeySize()
int getLKeySize()
This method is deprecated. use getKeySize
BigInteger getP()
BigInteger getQ()
DERObject toASN1Object()
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Public Constructors

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

public GOST3410ParamSetParameters (ASN1Sequence seq)

Public Methods

public BigInteger getA ()

public static GOST3410ParamSetParameters getInstance (ASN1TaggedObject obj, boolean explicit)

public static GOST3410ParamSetParameters getInstance (Object obj)

public int getKeySize ()

public int getLKeySize ()

This method is deprecated.
use getKeySize

public BigInteger getP ()

public BigInteger getQ ()

public DERObject toASN1Object ()