Package org.bouncycastle.crypto.fips
Class FipsKDFOperatorFactory<T extends FipsParameters>
- java.lang.Object
-
- org.bouncycastle.crypto.fips.FipsKDFOperatorFactory<T>
-
- Type Parameters:
T
- the parameters type associated with the final implementation of this factory.
- All Implemented Interfaces:
KDFOperatorFactory<T>
- Direct Known Subclasses:
FipsKDF.AgreementOperatorFactory
,FipsKDF.CounterModeFactory
,FipsKDF.DoublePipelineModeFactory
,FipsKDF.FeedbackModeFactory
,FipsKDF.IKEv2OperatorFactory
,FipsKDF.SRTPOperatorFactory
,FipsKDF.SSHOperatorFactory
,FipsKDF.TLSOperatorFactory
public abstract class FipsKDFOperatorFactory<T extends FipsParameters> extends java.lang.Object implements KDFOperatorFactory<T>
Base class for the approved mode KDFOperatorFactory implementations.
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
approvedModeOnly
-
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.KDFOperatorFactory
createKDFCalculator
-
-