Uses of Interface
org.bouncycastle.crypto.SecureRandomProvider
Packages that use SecureRandomProvider
Package
Description
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 SecureRandomProviderModifier and TypeMethodDescriptionstatic SecureRandom
CryptoServicesRegistrar.getSecureRandomIfSet
(SecureRandomProvider secureRandomProvider) If the default source of randomness is not set, return a SecureRandom generated from the passed in SecureRandomProvider.