Class FipsEngineProvider<T>

java.lang.Object
org.bouncycastle.crypto.fips.FipsEngineProvider<T>
All Implemented Interfaces:
org.bouncycastle.crypto.internal.EngineProvider<T>

public abstract class FipsEngineProvider<T> extends Object implements org.bouncycastle.crypto.internal.EngineProvider<T>
The FipsBlockCipherProvider class is used to provide FIPS implementations to the general package so that the base FIPS engine can be used in other ways than FIPS allows for.

This class is meant for internal use in the API only.