SecureRandomSpi.engineSetSeed

Reseeds this random object. The given seed supplements, rather than replaces, the existing seed. Thus, repeated calls are guaranteed never to reduce randomness.

@param seed the seed.

class SecureRandomSpi
protected abstract
void
engineSetSeed
(
byte[] seed
)

Meta