Uses of Interface
org.bouncycastle.crypto.SingleBlockEncryptorUsingSecureRandom
Packages that use SingleBlockEncryptorUsingSecureRandom
Package
Description
Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality.
-
Uses of SingleBlockEncryptorUsingSecureRandom in org.bouncycastle.crypto
Subinterfaces with type arguments of type SingleBlockEncryptorUsingSecureRandom in org.bouncycastle.cryptoModifier and TypeInterfaceDescriptioninterfaceSingleBlockEncryptorUsingSecureRandom<T extends Parameters>Interface for a encryptor only able to encrypt a single block of data that makes use of a SecureRandom in the process.Methods in org.bouncycastle.crypto that return SingleBlockEncryptorUsingSecureRandomModifier and TypeMethodDescriptionSingleBlockEncryptorUsingSecureRandom.withSecureRandom(SecureRandom random) Return a variant of this encryptor using the passed in random as its source of randomness.