Interface SingleBlockDecryptorUsingSecureRandom<T extends Parameters>

Type Parameters:
T - the parameters type for the decryptor's cipher.
All Superinterfaces:
OperatorUsingSecureRandom<SingleBlockDecryptorUsingSecureRandom<T>>, SingleBlockCipher<T>, SingleBlockDecryptor<T>

public interface SingleBlockDecryptorUsingSecureRandom<T extends Parameters> extends SingleBlockDecryptor<T>, OperatorUsingSecureRandom<SingleBlockDecryptorUsingSecureRandom<T>>
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).