Uses of Class
javax.crypto.ExemptionMechanism
-
Packages that use ExemptionMechanism 软件包 描述 javax.crypto 提供加密操作的类和接口。 -
-
Uses of ExemptionMechanism in javax.crypto
Methods in javax.crypto that return ExemptionMechanism Modifier and Type 方法 描述 ExemptionMechanismCipher. getExemptionMechanism()返回与此密码一起使用的豁免机制对象。static ExemptionMechanismExemptionMechanism. getInstance(String algorithm)返回一个ExemptionMechanism对象,该对象实现指定的豁免机制算法。static ExemptionMechanismExemptionMechanism. getInstance(String algorithm, String provider)返回一个ExemptionMechanism对象,实现指定的免除机制算法。static ExemptionMechanismExemptionMechanism. getInstance(String algorithm, Provider provider)返回一个ExemptionMechanism对象,实现指定的豁免机制算法。
-