Uses of Interface
org.apache.commons.crypto.random.CryptoRandom
-
Packages that use CryptoRandom Package Description org.apache.commons.crypto.jna JNA classesorg.apache.commons.crypto.random Random classes -
-
Uses of CryptoRandom in org.apache.commons.crypto.jna
Classes in org.apache.commons.crypto.jna that implement CryptoRandom Modifier and Type Class Description (package private) class
OpenSslJnaCryptoRandom
OpenSSL secure random using JNA.Methods in org.apache.commons.crypto.jna that return types with arguments of type CryptoRandom Modifier and Type Method Description static java.lang.Class<? extends CryptoRandom>
OpenSslJna. getRandomClass()
-
Uses of CryptoRandom in org.apache.commons.crypto.random
Classes in org.apache.commons.crypto.random that implement CryptoRandom Modifier and Type Class Description (package private) class
JavaCryptoRandom
A CryptoRandom of Java implementation.(package private) class
OpenSslCryptoRandom
OpenSSL secure random using JNI.(package private) class
OsCryptoRandom
A Random implementation that uses random bytes sourced from the operating system.Fields in org.apache.commons.crypto.random with type parameters of type CryptoRandom Modifier and Type Field Description private java.lang.Class<? extends CryptoRandom>
CryptoRandomFactory.RandomProvider. klass
Methods in org.apache.commons.crypto.random that return CryptoRandom Modifier and Type Method Description static CryptoRandom
CryptoRandomFactory. getCryptoRandom()
Gets a CryptoRandom instance using the default implementation as defined byCryptoRandomFactory.CLASSES_DEFAULT
static CryptoRandom
CryptoRandomFactory. getCryptoRandom(java.util.Properties props)
Gets a CryptoRandom instance for specified props.Methods in org.apache.commons.crypto.random that return types with arguments of type CryptoRandom Modifier and Type Method Description java.lang.Class<? extends CryptoRandom>
CryptoRandomFactory.RandomProvider. getImplClass()
Gets the implementation class of the provider.Constructor parameters in org.apache.commons.crypto.random with type arguments of type CryptoRandom Constructor Description RandomProvider(java.lang.Class<? extends CryptoRandom> klass)
The private constructor.
-