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.SNMPOperatorFactory, FipsKDF.SRTPOperatorFactory, FipsKDF.SSHOperatorFactory, FipsKDF.TLSOperatorFactory

public abstract class FipsKDFOperatorFactory<T extends FipsParameters> extends Object implements KDFOperatorFactory<T>
Base class for the approved mode KDFOperatorFactory implementations.
  • Field Details

    • approvedModeOnly

      protected final boolean approvedModeOnly