|
|||||||||
类 javax.crypto.ExemptionMechanism
的使用
使用 ExemptionMechanism 的软件包 | |
---|---|
javax.crypto | 为 cryptographic(加密)操作提供类和接口。 |
javax.crypto 中 ExemptionMechanism 的使用 |
---|
返回 ExemptionMechanism 的 javax.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 对象。 |
所有类
|
|||||||||