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) classOpenSslJnaCryptoRandomOpenSSL 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) classJavaCryptoRandomA CryptoRandom of Java implementation.(package private) classOpenSslCryptoRandomOpenSSL secure random using JNI.(package private) classOsCryptoRandomA 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. klassMethods in org.apache.commons.crypto.random that return CryptoRandom Modifier and Type Method Description static CryptoRandomCryptoRandomFactory. getCryptoRandom()Gets a CryptoRandom instance using the default implementation as defined byCryptoRandomFactory.CLASSES_DEFAULTstatic CryptoRandomCryptoRandomFactory. 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.
-