Methods Summary |
---|
protected abstract byte[] | engineGenerateSeed(int numBytes)Generates and returns the specified number of seed bytes, computed using
the seed generation algorithm used by this {@code SecureRandomSpi}.
|
protected abstract void | engineNextBytes(byte[] bytes)Generates and stores random bytes in the given {@code byte[]} for each
array element.
|
protected abstract void | engineSetSeed(byte[] seed)Reseeds this {@code SecureRandomSpi} instance with the specified {@code
seed}. The seed of this {@code SecureRandomSpi} instance is supplemented,
not replaced.
|