org.bouncycastle.jce.spec
public class GOST3410PublicKeySpec extends Object implements KeySpec
| Constructor Summary | |
|---|---|
| GOST3410PublicKeySpec(BigInteger y, BigInteger p, BigInteger q, BigInteger a)
Creates a new GOST3410PublicKeySpec with the specified parameter values.
| |
| Method Summary | |
|---|---|
| BigInteger | getA()
Returns the base g.
|
| BigInteger | getP()
Returns the prime p.
|
| BigInteger | getQ()
Returns the sub-prime q.
|
| BigInteger | getY()
Returns the public key y.
|
Parameters: y the public key. p the prime. q the sub-prime. a the base.
g.
Returns: the base g.
p.
Returns: the prime p.
q.
Returns: the sub-prime q.
y.
Returns: the public key y.