クラスjavax.crypto.KeyAgreement 
の使用
- 
KeyAgreementを使用しているパッケージ パッケージ 説明 javax.crypto 暗号化操作のクラスとインタフェースを提供します。
- 
- 
javax.cryptoでのKeyAgreementの使用KeyAgreementを返すjavax.cryptoのメソッド 修飾子と型 メソッド 説明 static KeyAgreementKeyAgreement. getInstance(String algorithm)指定した鍵合意アルゴリズムを実装するKeyAgreementオブジェクトを返します。static KeyAgreementKeyAgreement. getInstance(String algorithm, String provider)指定した鍵合意アルゴリズムを実装するKeyAgreementオブジェクトを返します。static KeyAgreementKeyAgreement. getInstance(String algorithm, Provider provider)指定した鍵合意アルゴリズムを実装するKeyAgreementオブジェクトを返します。
 
-