org.bouncycastle.crypto.params
Class GOST3410Parameters
java.lang.Object
org.bouncycastle.crypto.params.GOST3410Parameters
- All Implemented Interfaces:
- CipherParameters
- public class GOST3410Parameters
- extends java.lang.Object
- implements CipherParameters
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GOST3410Parameters
public GOST3410Parameters(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger a)
GOST3410Parameters
public GOST3410Parameters(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger a,
GOST3410ValidationParameters params)
getP
public java.math.BigInteger getP()
getQ
public java.math.BigInteger getQ()
getA
public java.math.BigInteger getA()
getValidationParameters
public GOST3410ValidationParameters getValidationParameters()
equals
public boolean equals(java.lang.Object obj)