KeyStore.PasswordProtection.ProtectionAlgorithm プロパティ

定義

保護アルゴリズムの名前を取得します。

public virtual string ProtectionAlgorithm { [Android.Runtime.Register("getProtectionAlgorithm", "()Ljava/lang/String;", "GetGetProtectionAlgorithmHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getProtectionAlgorithm", "()Ljava/lang/String;", "GetGetProtectionAlgorithmHandler", ApiSince=26)>]
member this.ProtectionAlgorithm : string

プロパティ値

アルゴリズム名、または null 何も設定されていない場合は

属性

注釈

保護アルゴリズムの名前を取得します。 何も設定されていない場合、キーストア プロバイダーは既定の保護アルゴリズムを使用します。 特定のキーストア型の既定の保護アルゴリズムの名前は、セキュリティ プロパティを 'keystore.<type>.keyProtectionAlgorithm' 使用して設定されます。 たとえば、 プロパティには keystore.PKCS12.keyProtectionAlgorithm 、PKCS12 キーストアに使用される既定のキー保護アルゴリズムの名前が格納されます。 セキュリティ プロパティが設定されていない場合は、実装固有のアルゴリズムが使用されます。

1.8 で追加されました。

java.security.KeyStore.PasswordProtection.getProtectionAlgorithm()Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象