ECParameterSpec.Order Property

Definition

Returns the order of the generator.

public virtual Java.Math.BigInteger? Order { [Android.Runtime.Register("getOrder", "()Ljava/math/BigInteger;", "GetGetOrderHandler")] get; }
[<get: Android.Runtime.Register("getOrder", "()Ljava/math/BigInteger;", "GetGetOrderHandler")>]
member this.Order : Java.Math.BigInteger

Property Value

the order of the generator.

Attributes

Remarks

Returns the order of the generator.

Java documentation for java.security.spec.ECParameterSpec.getOrder().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to