Uses of Class
javax.crypto.KeyAgreement

Packages that use KeyAgreement
javax.crypto This package defines the main JCE 1.2 classes. 
 

Uses of KeyAgreement in javax.crypto
 

Methods in javax.crypto that return KeyAgreement
static KeyAgreement KeyAgreement.getInstance(String algorithm)
          Generates a KeyAgreement object that implements the specified key agreement algorithm.
static KeyAgreement KeyAgreement.getInstance(String algorithm, String provider)
          Generates a KeyAgreement object for the specified key agreement algorithm from the specified provider.