EllipticCurve.GetSeed Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.