public final class FipsSecureRandom
extends java.security.SecureRandom
| Modifier and Type | Method and Description |
|---|---|
int |
getBlockSize()
Return the block size of the underlying DRBG
|
int |
getSecurityStrength()
Return the security strength of the DRBG.
|
void |
nextBytes(byte[] bytes,
byte[] additionalInput) |
void |
reseed()
Force a reseed.
|
void |
reseed(byte[] additionalInput)
Force a reseed with additional input.
|
void |
setSeed(long seed) |
generateSeed, getAlgorithm, getInstance, getInstance, getInstance, getInstanceStrong, getProvider, getSeed, next, nextBytes, setSeedpublic void setSeed(long seed)
setSeed in class java.security.SecureRandompublic void nextBytes(byte[] bytes,
byte[] additionalInput)
public int getBlockSize()
public int getSecurityStrength()
public void reseed()
public void reseed(byte[] additionalInput)
additionalInput - additional input to be used in conjunction with reseed.