EllipticCurve.GetSeed Method

Definition

Returns the seeding bytes seed used during curve generation.

[Android.Runtime.Register("getSeed", "()[B", "GetGetSeedHandler")]
public virtual byte[]? GetSeed ();
[<Android.Runtime.Register("getSeed", "()[B", "GetGetSeedHandler")>]
abstract member GetSeed : unit -> byte[]
override this.GetSeed : unit -> byte[]

Returns

Byte[]

the seeding bytes seed. A new array is returned each time this method is called.

Attributes

Remarks

Returns the seeding bytes seed used during curve generation. May be null if not specified.

Java documentation for java.security.spec.EllipticCurve.getSeed().

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