public interface
DHPrivateKey
implements
DHKey
PrivateKey
The interface to a Diffie-Hellman private key.
See Also
Constant Summary
long | serialVersionUID | The class fingerprint that is set to indicate serialization compatibility since J2SE 1.4. |
Inherited Constant Summary
Public Method Summary
abstract BigInteger |
getX()
Returns the private value,
x . |
Inherited Method Summary
Constants
public static final long serialVersionUID
The class fingerprint that is set to indicate serialization compatibility since J2SE 1.4.
Constant Value:
2211791113380396553
Public Methods
public abstract BigInteger getX ()
Returns the private value, x
.
Returns
- the private value,
x