Uses of Class
javax.crypto.KeyAgreementSpi
| Package | Description |
|---|---|
| javax.crypto |
This package provides the classes and interfaces for cryptographic applications implementing algorithms for encryption, decryption, or
key agreement.
|
| org.bouncycastle.jcajce.provider.asymmetric.dh | |
| org.bouncycastle.jcajce.provider.asymmetric.ec | |
| org.conscrypt |
-
Uses of KeyAgreementSpi in javax.crypto
Constructors in javax.crypto with parameters of type KeyAgreementSpi Constructor Description KeyAgreement(KeyAgreementSpi keyAgreeSpi, Provider provider, String algorithm)Creates a newKeyAgreementinstance. -
Uses of KeyAgreementSpi in org.bouncycastle.jcajce.provider.asymmetric.dh
Subclasses of KeyAgreementSpi in org.bouncycastle.jcajce.provider.asymmetric.dh Modifier and Type Class Description classKeyAgreementSpiDiffie-Hellman key agreement. -
Uses of KeyAgreementSpi in org.bouncycastle.jcajce.provider.asymmetric.ec
Subclasses of KeyAgreementSpi in org.bouncycastle.jcajce.provider.asymmetric.ec Modifier and Type Class Description classKeyAgreementSpiDiffie-Hellman key agreement using elliptic curve keys, ala IEEE P1363 both the simple one, and the simple one with cofactors are supported.static classKeyAgreementSpi.DH -
Uses of KeyAgreementSpi in org.conscrypt
Subclasses of KeyAgreementSpi in org.conscrypt Modifier and Type Class Description classOpenSSLECDHKeyAgreementElliptic Curve Diffie-Hellman key agreement backed by the OpenSSL engine.