org.bouncycastle.jce.spec
public class GOST3410PublicKeyParameterSetSpec extends Object
| Constructor Summary | |
|---|---|
| GOST3410PublicKeyParameterSetSpec(BigInteger p, BigInteger q, BigInteger a)
Creates a new GOST3410ParameterSpec with the specified parameter values.
| |
| Method Summary | |
|---|---|
| boolean | equals(Object o) |
| BigInteger | getA()
Returns the base a.
|
| BigInteger | getP()
Returns the prime p.
|
| BigInteger | getQ()
Returns the sub-prime q.
|
| int | hashCode() |
Parameters: p the prime. q the sub-prime. a the base.
a.
Returns: the base a.
p.
Returns: the prime p.
q.
Returns: the sub-prime q.