public class

ECGOST3410ParamSetParameters

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

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
Public Constructors
ECGOST3410ParamSetParameters(BigInteger a, BigInteger b, BigInteger p, BigInteger q, int x, BigInteger y)
ECGOST3410ParamSetParameters(ASN1Sequence seq)
Public Methods
BigInteger getA()
static ECGOST3410ParamSetParameters getInstance(ASN1TaggedObject obj, boolean explicit)
static ECGOST3410ParamSetParameters getInstance(Object obj)
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 ECGOST3410ParamSetParameters (BigInteger a, BigInteger b, BigInteger p, BigInteger q, int x, BigInteger y)

public ECGOST3410ParamSetParameters (ASN1Sequence seq)

Public Methods

public BigInteger getA ()

public static ECGOST3410ParamSetParameters getInstance (ASN1TaggedObject obj, boolean explicit)

public static ECGOST3410ParamSetParameters getInstance (Object obj)

public BigInteger getP ()

public BigInteger getQ ()

public DERObject toASN1Object ()