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