Description of Figure The SecureRandom Class
Link to figure The SecureRandom Class
This figure consists of three boxes labeled as follows:
- Seed
- SecureRandom (SHA1PRNG)
- data
Labeled arrows connect these boxes:
setSeed()
: From Seed to SecureRandom (SHA1PRNG)digest()
andnextBytes()
: From SecureRandom (SHA1PRNG) to data