Interface SingleBlockEncryptorUsingSecureRandom<T extends Parameters>

Type Parameters:
T - the parameters type for the encryptor's cipher.
All Superinterfaces:
OperatorUsingSecureRandom<SingleBlockEncryptorUsingSecureRandom<T>>, SingleBlockCipher<T>, SingleBlockEncryptor<T>

public interface SingleBlockEncryptorUsingSecureRandom<T extends Parameters> extends SingleBlockEncryptor<T>, OperatorUsingSecureRandom<SingleBlockEncryptorUsingSecureRandom<T>>
Interface for a encryptor only able to encrypt a single block of data that makes use of a SecureRandom in the process.