Uses of Interface
org.bouncycastle.crypto.SingleBlockCipher
-
Packages that use SingleBlockCipher Package Description org.bouncycastle.crypto 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.crypto Modifier and Type Interface Description interface
SingleBlockDecryptor<T extends Parameters>
Base interface for a decryptor only able to decrypt a single block of data.interface
SingleBlockDecryptorUsingSecureRandom<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).interface
SingleBlockEncryptor<T extends Parameters>
Base interface for a encryptor only able to encrypt a single block of data.interface
SingleBlockEncryptorUsingSecureRandom<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.
-