Uses of Class
javax.crypto.KeyAgreement
| Package | Description | 
|---|---|
| javax.crypto | Provides the classes and interfaces for cryptographic
 operations. | 
- 
Uses of KeyAgreement in javax.cryptoMethods in javax.crypto that return KeyAgreement Modifier and Type Method Description static KeyAgreementKeyAgreement. getInstance(String algorithm)Returns aKeyAgreementobject that implements the specified key agreement algorithm.static KeyAgreementKeyAgreement. getInstance(String algorithm, String provider)Returns aKeyAgreementobject that implements the specified key agreement algorithm.static KeyAgreementKeyAgreement. getInstance(String algorithm, Provider provider)Returns aKeyAgreementobject that implements the specified key agreement algorithm.