クラスjavax.crypto.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オブジェクトを返します。