Package org.bouncycastle.crypto.params
Class GOST3410Parameters
java.lang.Object
org.bouncycastle.crypto.params.GOST3410Parameters
- All Implemented Interfaces:
CipherParameters
-
Constructor Summary
ConstructorDescriptionGOST3410Parameters
(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