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

Interface javax.crypto.interfaces.DHKey

Subinterfaces:
DHPrivateKey, DHPublicKey

public 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

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