Package org.bouncycastle.crypto.fips
Class FipsPasswordBasedDeriverFactory<T extends FipsParameters>
- java.lang.Object
-
- org.bouncycastle.crypto.fips.FipsPasswordBasedDeriverFactory<T>
-
- Type Parameters:
T
- the parameters type associated with the final implementation of this factory.
- All Implemented Interfaces:
PasswordBasedDeriverFactory<T>
- Direct Known Subclasses:
FipsPBKD.DeriverFactory
public abstract class FipsPasswordBasedDeriverFactory<T extends FipsParameters> extends java.lang.Object implements PasswordBasedDeriverFactory<T>
Base class for the approved mode PasswordBasedDeriverFactory implementations.
-
-
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.PasswordBasedDeriverFactory
createDeriver
-
-