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 オブジェクトを返します。
|