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
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
Methods 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.