javax.crypto.interfaces
Interface DHKey

All Known Subinterfaces:
DHPrivateKey, DHPublicKey

public interface DHKey

Diffie Hellman key interface.


Attention:  This is not a SUN implementation!

This class has been developed by IAIK according to the documentation publically available.
For SUNīs documentation of this class see http://java.sun.com/security/JCE1.2/spec/apidoc/index.html


DH key interface, extended by DHPrivateKey and DHPublicKey to be implemented for supporting Diffie-Hellman keys.

See Also:
DHPublicKey, DHPrivateKey

Method Summary
 DHParameterSpec getParams()
          Returns the key parameters.
 

Method Detail

getParams

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