ECPrivateKeySpec 构造函数

定义

重载

名称 说明
ECPrivateKeySpec(BigInteger, ECParameterSpec)

使用指定的参数值创建新的 ECPrivateKeySpec。

ECPrivateKeySpec(IntPtr, JniHandleOwnership)

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

ECPrivateKeySpec(BigInteger, ECParameterSpec)

使用指定的参数值创建新的 ECPrivateKeySpec。

[Android.Runtime.Register(".ctor", "(Ljava/math/BigInteger;Ljava/security/spec/ECParameterSpec;)V", "")]
public ECPrivateKeySpec(Java.Math.BigInteger? s, Java.Security.Spec.ECParameterSpec? params);
[<Android.Runtime.Register(".ctor", "(Ljava/math/BigInteger;Ljava/security/spec/ECParameterSpec;)V", "")>]
new Java.Security.Spec.ECPrivateKeySpec : Java.Math.BigInteger * Java.Security.Spec.ECParameterSpec -> Java.Security.Spec.ECPrivateKeySpec

参数

s
BigInteger

私有值。

params
ECParameterSpec

关联的椭圆曲线域参数。

属性

注解

使用指定的参数值创建新的 ECPrivateKeySpec。

适用于 . 的 java.security.spec.ECPrivateKeySpec.ECPrivateKeySpec(java.math.BigInteger, java.security.spec.ECParameterSpec)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

ECPrivateKeySpec(IntPtr, JniHandleOwnership)

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

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

参数

javaReference
IntPtr

nativeint

IntPtr一个包含Java本机接口 (JNI) 对象引用。

transfer
JniHandleOwnership

指示 JniHandleOwnership如何处理 javaReference

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于