Uses of Interface
org.bouncycastle.crypto.SingleBlockDecryptorUsingSecureRandom
Packages that use SingleBlockDecryptorUsingSecureRandom
Package
Description
Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality.
-
Uses of SingleBlockDecryptorUsingSecureRandom in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return SingleBlockDecryptorUsingSecureRandomModifier and TypeMethodDescriptionSingleBlockDecryptorUsingSecureRandom.withSecureRandom
(SecureRandom random) Return a variant of this decryptor using the passed in random as its source of randomness.