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