クラスjavax.crypto.ExemptionMechanism 
の使用
ExemptionMechanismを使用するパッケージ
- 
javax.cryptoでのExemptionMechanismの使用ExemptionMechanismを返すjavax.cryptoのメソッド修飾子と型メソッド説明Cipher.getExemptionMechanism()この暗号で使用される除外メカニズム・オブジェクトを返します。static ExemptionMechanismExemptionMechanism.getInstance(String algorithm)指定した除外メカニズム・アルゴリズムを実装するExemptionMechanismオブジェクトを返します。static ExemptionMechanismExemptionMechanism.getInstance(String algorithm, String provider)指定した除外メカニズム・アルゴリズムを実装するExemptionMechanismオブジェクトを返します。static ExemptionMechanismExemptionMechanism.getInstance(String algorithm, Provider provider)指定した除外メカニズム・アルゴリズムを実装するExemptionMechanismオブジェクトを返します。