Package org.bouncycastle.crypto.fips
Class FipsKDF.TLSOperatorFactory
java.lang.Object
org.bouncycastle.crypto.fips.FipsKDFOperatorFactory<FipsKDF.TLSParameters>
org.bouncycastle.crypto.fips.FipsKDF.TLSOperatorFactory
- All Implemented Interfaces:
KDFOperatorFactory<FipsKDF.TLSParameters>
- Enclosing class:
- FipsKDF
public static final class FipsKDF.TLSOperatorFactory
extends FipsKDFOperatorFactory<FipsKDF.TLSParameters>
Factory for operators that derive key material using the TLS family of KDFs.
-
Field Summary
Fields inherited from class org.bouncycastle.crypto.fips.FipsKDFOperatorFactory
approvedModeOnly
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn a calculator for generating bytes for key material.
-
Constructor Details
-
TLSOperatorFactory
public TLSOperatorFactory()Create the operator factory.
-
-
Method Details
-
createKDFCalculator
Description copied from interface:KDFOperatorFactory
Return a calculator for generating bytes for key material.- Parameters:
params
- the parameter set to initialize the calculator with.- Returns:
- a KDF calculator.
-