Uses of Interface
org.apache.commons.crypto.random.CryptoRandom
Packages that use CryptoRandom
Package
Description
JNA classes
Random classes
-
Uses of CryptoRandom in org.apache.commons.crypto.jna
Classes in org.apache.commons.crypto.jna that implement CryptoRandomModifier and TypeClassDescription(package private) final classOpenSSL secure random using JNA.Methods in org.apache.commons.crypto.jna that return types with arguments of type CryptoRandomModifier and TypeMethodDescriptionstatic Class<? extends CryptoRandom> OpenSslJna.getRandomClass() -
Uses of CryptoRandom in org.apache.commons.crypto.random
Classes in org.apache.commons.crypto.random that implement CryptoRandomModifier and TypeClassDescription(package private) final classA CryptoRandom of Java implementation.(package private) final classOpenSSL secure random using JNI.(package private) final classA Random implementation that uses random bytes sourced from the operating system.Fields in org.apache.commons.crypto.random with type parameters of type CryptoRandomModifier and TypeFieldDescriptionprivate final Class<? extends CryptoRandom> CryptoRandomFactory.RandomProvider.klassMethods in org.apache.commons.crypto.random that return CryptoRandomModifier and TypeMethodDescriptionstatic CryptoRandomCryptoRandomFactory.getCryptoRandom()Gets a CryptoRandom instance using the default implementation as defined byCryptoRandomFactory.CLASSES_DEFAULTstatic CryptoRandomCryptoRandomFactory.getCryptoRandom(Properties props) Gets a CryptoRandom instance for specified props.Methods in org.apache.commons.crypto.random that return types with arguments of type CryptoRandomModifier and TypeMethodDescriptionClass<? 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 CryptoRandomModifierConstructorDescriptionprivateRandomProvider(Class<? extends CryptoRandom> klass) The private constructor.