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
Subinterfaces with type arguments of type SingleBlockDecryptorUsingSecureRandom in org.bouncycastle.cryptoModifier and TypeInterfaceDescriptioninterfaceSingleBlockDecryptorUsingSecureRandom<T extends Parameters>Interface for a decryptor only able to decrypt a single block of data that makes use of a SecureRandom in the process (usually for algorithmic blinding).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.