Uses of Class
org.bouncycastle.crypto.prng.SP800SecureRandomBuilder
-
Packages that use SP800SecureRandomBuilder Package Description org.bouncycastle.crypto.prng -
-
Uses of SP800SecureRandomBuilder in org.bouncycastle.crypto.prng
Methods in org.bouncycastle.crypto.prng that return SP800SecureRandomBuilder Modifier and Type Method Description SP800SecureRandomBuilder
SP800SecureRandomBuilder. setEntropyBitsRequired(int entropyBitsRequired)
Set the amount of entropy bits required for seeding and reseeding DRBGs used in building SecureRandom objects.SP800SecureRandomBuilder
SP800SecureRandomBuilder. setPersonalizationString(byte[] personalizationString)
Set the personalization string for DRBG SecureRandoms created by this builderSP800SecureRandomBuilder
SP800SecureRandomBuilder. setSecurityStrength(int securityStrength)
Set the security strength required for DRBGs used in building SecureRandom objects.
-