Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Interface javax.crypto.interfaces.DHPrivateKey


public abstract 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

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD