Package | Description |
---|---|
org.bouncycastle.crypto.prng |
Modifier and Type | Method and 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 builder
|
SP800SecureRandomBuilder |
SP800SecureRandomBuilder.setSecurityStrength(int securityStrength)
Set the security strength required for DRBGs used in building SecureRandom objects.
|
Copyright © 2018 BouncyCastle.org. All rights reserved.