Uses of Class
org.bouncycastle.crypto.general.GeneralSecureRandom
-
Packages that use GeneralSecureRandom Package Description org.bouncycastle.crypto.general Classes for general encryption algorithms and non-FIPS approved variants. -
-
Uses of GeneralSecureRandom in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general that return GeneralSecureRandom Modifier and Type Method Description GeneralSecureRandom
X931PRNG.Builder. build(SymmetricKey key, boolean predictionResistant)
Construct a X9.31 secure random generator using the passed in engine and key.
-