类的用途
javax.crypto.ExemptionMechanism
使用 ExemptionMechanism 的包
-
ExemptionMechanism 在 javax.crypto 中的用法
javax.crypto 中返回 ExemptionMechanism 的方法修饰符和类型方法描述final ExemptionMechanismCipher.getExemptionMechanism()返回与此Cipher对象一起使用的豁免机制对象。static final ExemptionMechanismExemptionMechanism.getInstance(String algorithm) 返回一个实现指定豁免机制算法的ExemptionMechanism对象。static final ExemptionMechanismExemptionMechanism.getInstance(String algorithm, String provider) 返回一个实现指定豁免机制算法的ExemptionMechanism对象。static final ExemptionMechanismExemptionMechanism.getInstance(String algorithm, Provider provider) 返回一个实现指定豁免机制算法的ExemptionMechanism对象。