Package org.bouncycastle.crypto.fips
Class FipsEngineProvider<T>
- java.lang.Object
-
- org.bouncycastle.crypto.fips.FipsEngineProvider<T>
-
- All Implemented Interfaces:
EngineProvider<T>
public abstract class FipsEngineProvider<T> extends java.lang.Object implements 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.
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bouncycastle.crypto.internal.EngineProvider
createEngine
-
-