KeyPairGeneratorSpec.KeyType プロパティ

定義

キー ペアの種類を返します (e.

public string? KeyType { [Android.Runtime.Register("getKeyType", "()Ljava/lang/String;", "")] [Android.Runtime.StringDef(Fields=new System.String[] { "KeyAlgorithmRsa", "KeyAlgorithmEc", "KeyAlgorithmAes", "KeyAlgorithmHmacSha1", "KeyAlgorithmHmacSha224", "KeyAlgorithmHmacSha256", "KeyAlgorithmHmacSha384", "KeyAlgorithmHmacSha512" }, Type="Android.Security.Keystore.KeyProperties")] get; }
[<get: Android.Runtime.Register("getKeyType", "()Ljava/lang/String;", "")>]
[<get: Android.Runtime.StringDef(Fields=new System.String[] { "KeyAlgorithmRsa", "KeyAlgorithmEc", "KeyAlgorithmAes", "KeyAlgorithmHmacSha1", "KeyAlgorithmHmacSha224", "KeyAlgorithmHmacSha256", "KeyAlgorithmHmacSha384", "KeyAlgorithmHmacSha512" }, Type="Android.Security.Keystore.KeyProperties")>]
member this.KeyType : string

プロパティ値

属性

注釈

生成されるキー ペアの種類 (例: 、 ECRSA) を返します。 「KeyProperties」を参照してください。KEY_ALGORITHM 定数。

の Java ドキュメント android.security.KeyPairGeneratorSpec.getKeyType()

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

適用対象