共用方式為


KeyFactory 建構函式

定義

多載

KeyFactory(IntPtr, JniHandleOwnership)

建立 JNI 物件的 Managed 表示法時使用的建構函式;由運行時間呼叫。

KeyFactory(KeyFactorySpi, Provider, String)

建立 KeyFactory 物件。

KeyFactory(IntPtr, JniHandleOwnership)

建立 JNI 物件的 Managed 表示法時使用的建構函式;由運行時間呼叫。

protected KeyFactory (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Security.KeyFactory : nativeint * Android.Runtime.JniHandleOwnership -> Java.Security.KeyFactory

參數

javaReference
IntPtr

nativeint

IntPtr,包含 Java Native Interface (JNI) 對象參考。

transfer
JniHandleOwnership

JniHandleOwnership,指出如何處理javaReference

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

KeyFactory(KeyFactorySpi, Provider, String)

建立 KeyFactory 物件。

[Android.Runtime.Register(".ctor", "(Ljava/security/KeyFactorySpi;Ljava/security/Provider;Ljava/lang/String;)V", "")]
protected KeyFactory (Java.Security.KeyFactorySpi? keyFacSpi, Java.Security.Provider? provider, string? algorithm);
[<Android.Runtime.Register(".ctor", "(Ljava/security/KeyFactorySpi;Ljava/security/Provider;Ljava/lang/String;)V", "")>]
new Java.Security.KeyFactory : Java.Security.KeyFactorySpi * Java.Security.Provider * string -> Java.Security.KeyFactory

參數

keyFacSpi
KeyFactorySpi

委派

provider
Provider

提供者

algorithm
String

要與此產生關聯的演算法名稱 KeyFactory

屬性

備註

建立 KeyFactory 物件。

java.security.KeyFactory.KeyFactory(java.security.KeyFactorySpi, java.security.Provider, java.lang.String)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於