JavaTM 2 Platform
Standard Ed. 6

類別 javax.crypto.ExemptionMechanism
的使用

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

javax.cryptoExemptionMechanism 的使用
 

返回 ExemptionMechanismjavax.crypto 中的方法
 ExemptionMechanism Cipher.getExemptionMechanism()
          返回此 Cipher 使用的豁免 (exemption) 機制物件。
static ExemptionMechanism ExemptionMechanism.getInstance(String algorithm)
          返回實作指定豁免機制演算法的 ExemptionMechanism 物件。
static ExemptionMechanism ExemptionMechanism.getInstance(String algorithm, Provider provider)
          返回實作指定豁免機制演算法的 ExemptionMechanism 物件。
static ExemptionMechanism ExemptionMechanism.getInstance(String algorithm, String provider)
          返回實作指定豁免機制演算法的 ExemptionMechanism 物件。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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