| Bouncy Castle Cryptography Library 1.39 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.bouncycastle.asn1.ASN1Encodableorg.bouncycastle.asn1.cryptopro.GOST3410ParamSetParameterspublic class GOST3410ParamSetParametersextends ASN1EncodableField Summary |
Fields inherited from class org.bouncycastle.asn1.ASN1Encodable | |
BER, DER | |
Constructor Summary | |
| |
Method Summary | |
BigInteger |
|
static GOST3410ParamSetParameters |
|
static GOST3410ParamSetParameters |
|
int | |
int |
|
BigInteger |
|
BigInteger |
|
DERObject | |
Methods inherited from class org.bouncycastle.asn1.ASN1Encodable | |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode, toASN1Object | |
public GOST3410ParamSetParameters(int keySize,
BigInteger p,
BigInteger q,
BigInteger a)public BigInteger getA()
public static GOST3410ParamSetParameters getInstance(ASN1TaggedObject obj, boolean explicit)
public int getKeySize()
public int getLKeySize()
Deprecated. use getKeySize
public BigInteger getP()
public BigInteger getQ()