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