SecureRandom.Reseed Método

Definição

Sobrecargas

Nome Description
Reseed()

Reeeds this SecureRandom with entropy input read from its entropy source.

Reseed(ISecureRandomParameters)

Reeeds this SecureRandom with entropy input read from its entropy source with additional parameters.

Reseed()

Reeeds this SecureRandom with entropy input read from its entropy source.

[Android.Runtime.Register("reseed", "()V", "GetReseedHandler", ApiSince=35)]
public virtual void Reseed();
[<Android.Runtime.Register("reseed", "()V", "GetReseedHandler", ApiSince=35)>]
abstract member Reseed : unit -> unit
override this.Reseed : unit -> unit
Atributos

Comentários

Reeeds this SecureRandom with entropy input read from its entropy source.

Adicionado em 9.

Java documentação para java.security.SecureRandom.reseed().

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a

Reseed(ISecureRandomParameters)

Reeeds this SecureRandom with entropy input read from its entropy source with additional parameters.

[Android.Runtime.Register("reseed", "(Ljava/security/SecureRandomParameters;)V", "GetReseed_Ljava_security_SecureRandomParameters_Handler", ApiSince=35)]
public virtual void Reseed(Java.Security.ISecureRandomParameters? params);
[<Android.Runtime.Register("reseed", "(Ljava/security/SecureRandomParameters;)V", "GetReseed_Ljava_security_SecureRandomParameters_Handler", ApiSince=35)>]
abstract member Reseed : Java.Security.ISecureRandomParameters -> unit
override this.Reseed : Java.Security.ISecureRandomParameters -> unit

Parâmetros

params
ISecureRandomParameters

parâmetros extras

Atributos

Comentários

Reeeds this SecureRandom with entropy input read from its entropy source with additional parameters.

Observe que a entropia é obtida de uma fonte de entropia. Embora alguns dados possam params conter entropia, seu principal uso é fornecer diversidade.

Adicionado em 9.

Java documentação para java.security.SecureRandom.reseed(java.security.SecureRandomParameters).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a