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 class
OpenSSL 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 class
A CryptoRandom of Java implementation.(package private) final class
OpenSSL secure random using JNI.(package private) final class
A 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.klass
Methods in org.apache.commons.crypto.random that return CryptoRandomModifier and TypeMethodDescriptionstatic CryptoRandom
CryptoRandomFactory.getCryptoRandom()
Gets a CryptoRandom instance using the default implementation as defined byCryptoRandomFactory.CLASSES_DEFAULT
static CryptoRandom
CryptoRandomFactory.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 CryptoRandomModifierConstructorDescriptionprivate
RandomProvider
(Class<? extends CryptoRandom> klass) The private constructor.