|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to SP800-90A deterministic random bit generators.
Method Summary | |
int |
generate(byte[] output,
byte[] additionalInput,
boolean predictionResistant)
Populate a passed in array with random data. |
int |
getBlockSize()
Return the block size of the DRBG. |
void |
reseed(byte[] additionalInput)
Reseed the DRBG. |
Method Detail |
public int getBlockSize()
public int generate(byte[] output, byte[] additionalInput, boolean predictionResistant)
output
- output array for generated bits.additionalInput
- additional input to be added to the DRBG in this step.predictionResistant
- true if a reseed should be forced, false otherwise.
public void reseed(byte[] additionalInput)
additionalInput
- additional input to be added to the DRBG in this step.
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |