org.bouncycastle.crypto.params
public class GOST3410Parameters extends Object implements CipherParameters
Constructor Summary | |
---|---|
GOST3410Parameters(BigInteger p, BigInteger q, BigInteger a) | |
GOST3410Parameters(BigInteger p, BigInteger q, BigInteger a, GOST3410ValidationParameters params) |
Method Summary | |
---|---|
boolean | equals(Object obj) |
BigInteger | getA() |
BigInteger | getP() |
BigInteger | getQ() |
GOST3410ValidationParameters | getValidationParameters() |
int | hashCode() |