KeyFactory 构造函数

定义

重载

KeyFactory(IntPtr, JniHandleOwnership)

创建 JNI 对象的托管表示形式时使用的构造函数;由运行时调用。

KeyFactory(KeyFactorySpi, Provider, String)

创建 KeyFactory 对象。

KeyFactory(IntPtr, JniHandleOwnership)

创建 JNI 对象的托管表示形式时使用的构造函数;由运行时调用。

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

参数

javaReference
IntPtr

nativeint

IntPtr一个包含 Java 本机接口 (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 属性许可证中所述的术语使用。

适用于