所有类


类 javax.crypto.ExemptionMechanism
的使用

使用 ExemptionMechanism 的软件包
javax.crypto 为 cryptographic(加密)操作提供类和接口。 
 

javax.cryptoExemptionMechanism 的使用
 

返回 ExemptionMechanismjavax.crypto 中的方法
 ExemptionMechanism Cipher.getExemptionMechanism()
          返回此 cipher 使用的豁免机制对象。
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 对象。
 


所有类

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部