Uses of Interface
org.bouncycastle.crypto.SingleBlockCipher
Packages that use SingleBlockCipher
Package
Description
Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality.
-
Uses of SingleBlockCipher in org.bouncycastle.crypto
Subinterfaces of SingleBlockCipher in org.bouncycastle.cryptoModifier and TypeInterfaceDescriptioninterfaceSingleBlockDecryptor<T extends Parameters>Base interface for a decryptor only able to decrypt a single block of data.interfaceSingleBlockDecryptorUsingSecureRandom<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).interfaceSingleBlockEncryptor<T extends Parameters>Base interface for a encryptor only able to encrypt a single block of data.interfaceSingleBlockEncryptorUsingSecureRandom<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.