Added in API level 1

DHKey

public interface DHKey

javax.crypto.interfaces.DHKey
DHPrivateKey The interface to a Diffie-Hellman private key. 
DHPublicKey The interface to a Diffie-Hellman public key. 


The interface to a Diffie-Hellman key.

Summary

Public methods

abstract DHParameterSpec getParams()

Returns the key parameters.

Public methods

getParams

Added in API level 1
public abstract DHParameterSpec getParams ()

Returns the key parameters.

Returns
DHParameterSpec the key parameters