public class DHPrivateKeySpec 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.
DHPublicKeySpec
| Constructor and Description |
|---|
DHPrivateKeySpec(BigInteger
Constructor that takes a private value
x, 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 |
getX()
Returns the private value
x.
|
public DHPrivateKeySpec(BigIntegerx, BigInteger p, BigInteger g)
x, a prime modulus
p, and a base generator
g.
x - private value x
p - prime modulus p
g - base generator g
public BigIntegergetX()
x.
x
public BigIntegergetP()
p.
p
public BigIntegergetG()
g.
g