Class FipsOutputDecryptor<T extends Parameters>

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

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