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