Class FipsOutputEncryptor<T extends Parameters>

java.lang.Object
org.bouncycastle.crypto.fips.FipsOutputEncryptor<T>
Type Parameters:
T - the parameters type associated with the final implementation of this encryptor.
All Implemented Interfaces:
OutputCipher<T>, OutputEncryptor<T>
Direct Known Subclasses:
FipsOutputAEADEncryptor

public abstract class FipsOutputEncryptor<T extends Parameters> extends Object implements OutputEncryptor<T>
Base class for the approved mode OutputEncryptor implementations.
  • Method Details