javax.crypto.interfaces

Interface DHKey

All known subinterfaces:
DHPrivateKey, DHPublicKey

  1. public interface DHKey
The interface to a Diffie-Hellman key.
Since:
1.4
Version:
1.7, 01/06/04
Author:
Jan Luehe
See Also:
DHParameterSpec, DHPublicKey, DHPrivateKey

Method Summary

Modifier and Type Method and Description
  1. DHParameterSpec
getParams()
Returns the key parameters.

Method Detail

getParams

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