Uses of Class
javax.crypto.KeyAgreement
Packages that use KeyAgreement
-
Uses of KeyAgreement in javax.crypto
Methods in javax.crypto that return KeyAgreementModifier and TypeMethodDescriptionstatic final KeyAgreement
KeyAgreement.getInstance
(String algorithm) Returns aKeyAgreement
object that implements the specified key agreement algorithm.static final KeyAgreement
KeyAgreement.getInstance
(String algorithm, String provider) Returns aKeyAgreement
object that implements the specified key agreement algorithm.static final KeyAgreement
KeyAgreement.getInstance
(String algorithm, Provider provider) Returns aKeyAgreement
object that implements the specified key agreement algorithm.