JavaTM 2 Platform
Standard Ed. 6

類別 javax.crypto.KeyAgreement
的使用

使用 KeyAgreement 的軟體套件
javax.crypto 為加密操作提供類別和介面。 
 

javax.cryptoKeyAgreement 的使用
 

返回 KeyAgreementjavax.crypto 中的方法
static KeyAgreement KeyAgreement.getInstance(String algorithm)
          返回實作指定密鑰協定演算法的 KeyAgreement 物件。
static KeyAgreement KeyAgreement.getInstance(String algorithm, Provider provider)
          返回實作指定密鑰協定演算法的 KeyAgreement 物件。
static KeyAgreement KeyAgreement.getInstance(String algorithm, String provider)
          返回實作指定密鑰協定演算法的 KeyAgreement 物件。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only