Added in API level 1
Summary: Methods
DHKey
public interface DHKey
| javax.crypto.interfaces.DHKey |
The interface to a Diffie-Hellman key.
See also:
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 |