public class DHPrivateKeySpec extends Object implements 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 x,
BigInteger p,
BigInteger g)
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(BigInteger x, BigInteger p, BigInteger g)
x
, a prime
modulus p
, and a base generator g
.x
- private value xp
- prime modulus pg
- base generator gpublic BigInteger getX()
x
.x
public BigInteger getP()
p
.p
public BigInteger getG()
g
.g
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.