ECParameterSpec.Generator Property

Definition

Returns the generator which is also known as the base point.

public virtual Java.Security.Spec.ECPoint? Generator { [Android.Runtime.Register("getGenerator", "()Ljava/security/spec/ECPoint;", "GetGetGeneratorHandler")] get; }
[<get: Android.Runtime.Register("getGenerator", "()Ljava/security/spec/ECPoint;", "GetGetGeneratorHandler")>]
member this.Generator : Java.Security.Spec.ECPoint

Property Value

the generator which is also known as the base point.

Attributes

Remarks

Returns the generator which is also known as the base point.

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

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