public class GOST3410ParamSetParameters extends ASN1Encodable
BER, DER
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() |
DERObject |
toASN1Object() |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public 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 DERObject toASN1Object()
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.