Uses of Interface
org.bouncycastle.crypto.SecureRandomProvider
-
Packages that use SecureRandomProvider Package Description org.bouncycastle.crypto Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality. -
-
Uses of SecureRandomProvider in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto with parameters of type SecureRandomProvider Modifier and Type Method Description static java.security.SecureRandom
CryptoServicesRegistrar. getSecureRandomIfSet(SecureRandomProvider secureRandomProvider)
If the default source of randomness is not set, return a SecureRandom generated from the passed in SecureRandomProvider.
-