Package org.bouncycastle.crypto.params
Class GOST3410Parameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.GOST3410Parameters
-
- All Implemented Interfaces:
CipherParameters
public class GOST3410Parameters extends Object implements CipherParameters
-
-
Constructor Summary
Constructors Constructor Description GOST3410Parameters(BigInteger p, BigInteger q, BigInteger a)
GOST3410Parameters(BigInteger p, BigInteger q, BigInteger a, GOST3410ValidationParameters params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
BigInteger
getA()
BigInteger
getP()
BigInteger
getQ()
GOST3410ValidationParameters
getValidationParameters()
int
hashCode()
-
-
-
Constructor Detail
-
GOST3410Parameters
public GOST3410Parameters(BigInteger p, BigInteger q, BigInteger a)
-
GOST3410Parameters
public GOST3410Parameters(BigInteger p, BigInteger q, BigInteger a, GOST3410ValidationParameters params)
-
-
Method Detail
-
getP
public BigInteger getP()
-
getQ
public BigInteger getQ()
-
getA
public BigInteger getA()
-
getValidationParameters
public GOST3410ValidationParameters getValidationParameters()
-
-