JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 24 & JDK 24
DRAFT 24-crac+20-25
java.base
javax.crypto.interfaces
DHKey
Uses of Interface
javax.crypto.interfaces.DHKey
Packages that use
DHKey
Package
Description
javax.crypto.interfaces
Provides interfaces for Diffie-Hellman keys as defined in RSA Laboratories' PKCS #3.
Uses of
DHKey
in
javax.crypto.interfaces
Subinterfaces of
DHKey
in
javax.crypto.interfaces
Modifier and Type
Interface
Description
interface
DHPrivateKey
The interface to a Diffie-Hellman private key.
interface
DHPublicKey
The interface to a Diffie-Hellman public key.