Package org.bouncycastle.crypto.fips
Class FipsKDF.AgreementOperatorFactory
java.lang.Object
org.bouncycastle.crypto.fips.FipsKDFOperatorFactory<FipsKDF.AgreementKDFParameters>
org.bouncycastle.crypto.fips.FipsKDF.AgreementOperatorFactory
- All Implemented Interfaces:
KDFOperatorFactory<FipsKDF.AgreementKDFParameters>
- Enclosing class:
- FipsKDF
public static final class FipsKDF.AgreementOperatorFactory
extends FipsKDFOperatorFactory<FipsKDF.AgreementKDFParameters>
Factory for operators that derive key material and are associated with key agreement.
-
Field Summary
Fields inherited from class org.bouncycastle.crypto.fips.FipsKDFOperatorFactory
approvedModeOnly
-
Constructor Summary
ConstructorsConstructorDescriptionCreate an operator factory for creating key agreement KDF generators (X9.63/Concatenation). -
Method Summary
Modifier and TypeMethodDescriptionReturn a calculator for generating bytes for key material.
-
Constructor Details
-
AgreementOperatorFactory
public AgreementOperatorFactory()Create an operator factory for creating key agreement KDF generators (X9.63/Concatenation).
-
-
Method Details
-
createKDFCalculator
public KDFCalculator<FipsKDF.AgreementKDFParameters> createKDFCalculator(FipsKDF.AgreementKDFParameters params) 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.
-