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
getParams()
- Returns the key parameters.
getParams
public abstract DHParameterSpec getParams()
- Returns the key parameters.
- Returns:
- the key parameters
All Packages Class Hierarchy This Package Previous Next Index