Uses of Class
javax.crypto.KeyAgreement
| 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 |
-
Uses of KeyAgreement in javax.crypto
Methods in javax.crypto that return KeyAgreement Modifier and Type Method Description static KeyAgreementKeyAgreement. getInstance(String algorithm)Creates a newKeyAgreementfor the specified algorithm.static KeyAgreementKeyAgreement. getInstance(String algorithm, String provider)Creates a newKeyAgreementfor the specified algorithm from the specified provider.static KeyAgreementKeyAgreement. getInstance(String algorithm, Provider provider)Create a newKeyAgreementfor the specified algorithm from the specified provider. -
Uses of KeyAgreement in org.bouncycastle.jcajce
Methods in org.bouncycastle.jcajce that return KeyAgreement Modifier and Type Method Description KeyAgreementDefaultJcaJceHelper. createKeyAgreement(String algorithm)KeyAgreementJcaJceHelper. createKeyAgreement(String algorithm)KeyAgreementNamedJcaJceHelper. createKeyAgreement(String algorithm)KeyAgreementProviderJcaJceHelper. createKeyAgreement(String algorithm)