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 变量和类型 方法 描述 ExemptionMechanism
Cipher. getExemptionMechanism()
返回与此密码一起使用的免除机制对象。static ExemptionMechanism
ExemptionMechanism. getInstance(String algorithm)
返回实现指定的免除机制算法的ExemptionMechanism
对象。static ExemptionMechanism
ExemptionMechanism. getInstance(String algorithm, String provider)
返回实现指定的免除机制算法的ExemptionMechanism
对象。static ExemptionMechanism
ExemptionMechanism. getInstance(String algorithm, Provider provider)
返回实现指定的免除机制算法的ExemptionMechanism
对象。
-