Class GOST3410Parameters
java.lang.Object
org.bouncycastle.crypto.params.GOST3410Parameters
- All Implemented Interfaces:
CipherParameters
-
Constructor Summary
ConstructorsConstructorDescriptionGOST3410Parameters(BigInteger p, BigInteger q, BigInteger a) GOST3410Parameters(BigInteger p, BigInteger q, BigInteger a, GOST3410ValidationParameters params) -
Method Summary
-
Constructor Details
-
GOST3410Parameters
-
GOST3410Parameters
public GOST3410Parameters(BigInteger p, BigInteger q, BigInteger a, GOST3410ValidationParameters params)
-
-
Method Details
-
getP
-
getQ
-
getA
-
getValidationParameters
-
hashCode
-
equals
-