FipsDRBG.Builder |
FipsDRBG.Base.fromDefaultEntropy() |
Return a builder using an EntropySourceProvider based on the default SecureRandom with
predictionResistant set to false.
|
FipsDRBG.Builder |
FipsDRBG.Base.fromEntropySource(java.security.SecureRandom entropySource,
boolean predictionResistant) |
Construct a builder with an EntropySourceProvider based on the passed in SecureRandom and the passed in value
for prediction resistance.
|
FipsDRBG.Builder |
FipsDRBG.Base.fromEntropySource(EntropySourceProvider entropySourceProvider) |
Create a builder which makes creates the SecureRandom objects from a specified entropy source provider.
|
FipsDRBG.Builder |
FipsDRBG.Builder.setEntropyBitsRequired(int entropyBitsRequired) |
Set the amount of entropy bits required for seeding and reseeding DRBGs used in building SecureRandom objects.
|
FipsDRBG.Builder |
FipsDRBG.Builder.setPersonalizationString(byte[] personalizationString) |
Set the personalization string for DRBG SecureRandoms created by this builder
|
FipsDRBG.Builder |
FipsDRBG.Builder.setSecurityStrength(int securityStrength) |
Set the security strength required for DRBGs used in building SecureRandom objects.
|