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