|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.ASN1Encodable
org.bouncycastle.asn1.cryptopro.ECGOST3410ParamSetParameters
public class ECGOST3410ParamSetParameters
Field Summary |
---|
Fields inherited from class org.bouncycastle.asn1.ASN1Encodable |
---|
BER, DER |
Constructor Summary | |
---|---|
ECGOST3410ParamSetParameters(ASN1Sequence seq)
|
|
ECGOST3410ParamSetParameters(java.math.BigInteger a,
java.math.BigInteger b,
java.math.BigInteger p,
java.math.BigInteger q,
int x,
java.math.BigInteger y)
|
Method Summary | |
---|---|
java.math.BigInteger |
getA()
|
static ECGOST3410ParamSetParameters |
getInstance(ASN1TaggedObject obj,
boolean explicit)
|
static ECGOST3410ParamSetParameters |
getInstance(java.lang.Object obj)
|
java.math.BigInteger |
getP()
|
java.math.BigInteger |
getQ()
|
DERObject |
toASN1Object()
|
Methods inherited from class org.bouncycastle.asn1.ASN1Encodable |
---|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ECGOST3410ParamSetParameters(java.math.BigInteger a, java.math.BigInteger b, java.math.BigInteger p, java.math.BigInteger q, int x, java.math.BigInteger y)
public ECGOST3410ParamSetParameters(ASN1Sequence seq)
Method Detail |
---|
public static ECGOST3410ParamSetParameters getInstance(ASN1TaggedObject obj, boolean explicit)
public static ECGOST3410ParamSetParameters getInstance(java.lang.Object obj)
public java.math.BigInteger getP()
public java.math.BigInteger getQ()
public java.math.BigInteger getA()
public DERObject toASN1Object()
toASN1Object
in class ASN1Encodable
|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |