SecureRandom.SetSeed(Byte[]) Method

Definition

Reseeds this random object.

[Android.Runtime.Register("setSeed", "([B)V", "GetSetSeed_arrayBHandler")]
public virtual void SetSeed (byte[]? seed);
[<Android.Runtime.Register("setSeed", "([B)V", "GetSetSeed_arrayBHandler")>]
override this.SetSeed : byte[] -> unit

Parameters

seed
Byte[]

the seed.

Attributes

Remarks

Java documentation for java.security.SecureRandom.setSeed(byte[]).

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