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