Added in API level 1

DHKey

interface 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!

Returns the key parameters.

Public methods

getParams

Added in API level 1
abstract fun getParams(): DHParameterSpec!

Returns the key parameters.

Return
DHParameterSpec! the key parameters