Package org.apache.commons.crypto.random
Random classes
-
Interface Summary Interface Description CryptoRandom Generates random bytes. -
Class Summary Class Description CryptoRandomFactory CreatesCryptoRandom
instancesJavaCryptoRandom A CryptoRandom of Java implementation.OpenSslCryptoRandom OpenSSL secure random using JNI.OpenSslCryptoRandomNative JNI interface ofCryptoRandom
implementation for OpenSSL.OsCryptoRandom A Random implementation that uses random bytes sourced from the operating system. -
Enum Summary Enum Description CryptoRandomFactory.RandomProvider Defines the internal CryptoRandom implementations.