public class DHPublicKeySpec extends Objectimplements KeySpec
Note that this class does not perform any validation on specified parameters. Thus, the specified values are returned directly even if they are null.
DHPrivateKeySpec
| Constructor and Description |
|---|
DHPublicKeySpec(BigInteger
Constructor that takes a public value
y, a prime modulus
p, and a base generator
g.
|
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getG()
Returns the base generator
g.
|
BigInteger |
getP()
Returns the prime modulus
p.
|
BigInteger |
getY()
Returns the public value
y.
|
public DHPublicKeySpec(BigIntegery, BigInteger p, BigInteger g)
y, a prime modulus
p, and a base generator
g.
y - public value y
p - prime modulus p
g - base generator g
public BigIntegergetY()
y.
y
public BigIntegergetP()
p.
p
public BigIntegergetG()
g.
g