Uses of Interface
javax.crypto.interfaces.DHKey
| Package | Description |
|---|---|
| javax.crypto.interfaces |
This package provides the interfaces needed to implement the
Diffie-Hellman (DH) key agreement's algorithm as specified by PKCS#3.
|
| org.bouncycastle.jcajce.provider.asymmetric.dh | |
| org.bouncycastle.jce.provider |
-
Uses of DHKey in javax.crypto.interfaces
Subinterfaces of DHKey in javax.crypto.interfaces Modifier and Type Interface Description interfaceDHPrivateKeyThe interface for a private key in the Diffie-Hellman key exchange protocol.interfaceDHPublicKeyThe interface for a public key in the Diffie-Hellman key exchange protocol. -
Uses of DHKey in org.bouncycastle.jcajce.provider.asymmetric.dh
Classes in org.bouncycastle.jcajce.provider.asymmetric.dh that implement DHKey Modifier and Type Class Description classBCDHPrivateKeyclassBCDHPublicKey -
Uses of DHKey in org.bouncycastle.jce.provider
Classes in org.bouncycastle.jce.provider that implement DHKey Modifier and Type Class Description classJCEDHPrivateKeyclassJCEDHPublicKey