Constructor and Description |
---|
GOST3410PublicKeySpec(BigInteger y,
BigInteger p,
BigInteger q,
BigInteger a)
Creates a new GOST3410PublicKeySpec with the specified parameter values.
|
Modifier and Type | Method and Description |
---|---|
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 . |
public GOST3410PublicKeySpec(BigInteger y, BigInteger p, BigInteger q, BigInteger a)
y
- the public key.p
- the prime.q
- the sub-prime.a
- the base.public BigInteger getY()
y
.y
.public BigInteger getP()
p
.p
.public BigInteger getQ()
q
.q
.public BigInteger getA()
g
.g
.Copyright © 2015. All rights reserved.