public class GOST3410ParamSetParameters extends ASN1Object
| Constructor and Description |
|---|
GOST3410ParamSetParameters(ASN1Sequence seq) |
GOST3410ParamSetParameters(int keySize,
java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger a) |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getA() |
static GOST3410ParamSetParameters |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static GOST3410ParamSetParameters |
getInstance(java.lang.Object obj) |
int |
getKeySize() |
int |
getLKeySize()
Deprecated.
use getKeySize
|
java.math.BigInteger |
getP() |
java.math.BigInteger |
getQ() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic GOST3410ParamSetParameters(int keySize,
java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger a)
public GOST3410ParamSetParameters(ASN1Sequence seq)
public static GOST3410ParamSetParameters getInstance(ASN1TaggedObject obj, boolean explicit)
public static GOST3410ParamSetParameters getInstance(java.lang.Object obj)
public int getLKeySize()
public int getKeySize()
public java.math.BigInteger getP()
public java.math.BigInteger getQ()
public java.math.BigInteger getA()
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object