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.DHKey

Subinterfaces:
DHPrivateKey, DHPublicKey

public abstract interface DHKey
The interface to a Diffie-Hellman key.

See Also:
DHParameterSpec, DHPublicKey, DHPrivateKey

Method Summary
DHParameterSpec getParams()
          Returns the key parameters.
 

Method Detail

getParams

public DHParameterSpec getParams()
Returns the key parameters.
Returns:
the key parameters

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