All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface javax.crypto.interfaces.DHKey

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

See Also:
DHParameterSpec, DHPublicKey, DHPrivateKey

Method Index

 o getParams()
Returns the key parameters.

Methods

 o getParams
 public abstract DHParameterSpec getParams()
Returns the key parameters.

Returns:
the key parameters

All Packages  Class Hierarchy  This Package  Previous  Next  Index