語言

ECParameterSpec 建構函式

定義

多載

名稱 Description
ECParameterSpec(IntPtr, JniHandleOwnership)

用於建立 JNI 物件受管理表示的建構器;由執行時呼叫。

ECParameterSpec(EllipticCurve, ECPoint, BigInteger, Int32)

根據指定值建立橢圓曲線領域參數。

ECParameterSpec(IntPtr, JniHandleOwnership)

用於建立 JNI 物件受管理表示的建構器;由執行時呼叫。

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

參數

javaReference
IntPtr

nativeint

IntPtrA 包含一個 Java 原生介面(JNI)物件參考。

transfer
JniHandleOwnership

JniHandleOwnershipA 指示如何處理javaReference

備註

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於

ECParameterSpec(EllipticCurve, ECPoint, BigInteger, Int32)

根據指定值建立橢圓曲線領域參數。

[Android.Runtime.Register(".ctor", "(Ljava/security/spec/EllipticCurve;Ljava/security/spec/ECPoint;Ljava/math/BigInteger;I)V", "")]
public ECParameterSpec(Java.Security.Spec.EllipticCurve? curve, Java.Security.Spec.ECPoint? g, Java.Math.BigInteger? n, int h);
[<Android.Runtime.Register(".ctor", "(Ljava/security/spec/EllipticCurve;Ljava/security/spec/ECPoint;Ljava/math/BigInteger;I)V", "")>]
new Java.Security.Spec.ECParameterSpec : Java.Security.Spec.EllipticCurve * Java.Security.Spec.ECPoint * Java.Math.BigInteger * int -> Java.Security.Spec.ECParameterSpec

參數

curve
EllipticCurve

此參數所定義的橢圓曲線。

g
ECPoint

生成元,也就是基點。

n
BigInteger

生成元 g的階數 。

h
Int32

輔因子。

屬性

例外狀況

order <= zerocofactor <= zero

備註

根據指定值建立橢圓曲線領域參數。

java.security.spec.ECParameterSpec.ECParameterSpec(java.security.spec.EllipticCurve, java.security.spec.ECPoint, java.math.BigInteger, int)Java 檔。

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於