Uses of Package
javax.crypto.interfaces
| 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.jcajce.provider.symmetric.util | |
| org.bouncycastle.jce.provider |
-
Classes in javax.crypto.interfaces used by javax.crypto.interfaces Class Description DHKey The interface for a Diffie-Hellman key. -
Classes in javax.crypto.interfaces used by org.bouncycastle.jcajce.provider.asymmetric.dh Class Description DHKey The interface for a Diffie-Hellman key.DHPrivateKey The interface for a private key in the Diffie-Hellman key exchange protocol.DHPublicKey The interface for a public key in the Diffie-Hellman key exchange protocol. -
Classes in javax.crypto.interfaces used by org.bouncycastle.jcajce.provider.symmetric.util Class Description PBEKey The interface to a password-based-encryption key. -
Classes in javax.crypto.interfaces used by org.bouncycastle.jce.provider Class Description DHKey The interface for a Diffie-Hellman key.DHPrivateKey The interface for a private key in the Diffie-Hellman key exchange protocol.DHPublicKey The interface for a public key in the Diffie-Hellman key exchange protocol.