Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Interface javax.crypto.interfaces.DHPrivateKey


public interface DHPrivateKey
extends DHKey, java.security.PrivateKey
The interface to a Diffie-Hellman private key.

See Also:
DHKey, DHPublicKey

Method Summary
java.math.BigInteger  getX()
Returns the private value, x.
 

Method Detail

getX

public java.math.BigInteger getX()
Returns the private value, x.
Returns:
the private value, x

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS