Uses of Interface
org.bouncycastle.crypto.KDFOperatorFactory
Packages that use KDFOperatorFactory
Package
Description
Classes for FIPS approved mode algorithms
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of KDFOperatorFactory in org.bouncycastle.crypto.fips
Classes in org.bouncycastle.crypto.fips that implement KDFOperatorFactoryModifier and TypeClassDescriptionstatic final classFactory for operators that derive key material and are associated with key agreement.static final classFactory for Counter Mode KDFs.static final classFactory for Double Pipeline Iteration Mode KDF.static final classFactory for Feedback Mode KDFs.static final classFactory for operators that derive key material using the IKEv2 KDF.static final classFactory for operators that derive key material using the SNMP KDF.static final classFactory for operators that derive key material using the SRTP KDF.static final classFactory for operators that derive key material using the SSH KDF.static final classFactory for operators that derive key material using the TLS family of KDFs.classFipsKDFOperatorFactory<T extends FipsParameters>Base class for the approved mode KDFOperatorFactory implementations.static final classFactory for scrypt KDFs. -
Uses of KDFOperatorFactory in org.bouncycastle.crypto.general
Classes in org.bouncycastle.crypto.general that implement KDFOperatorFactory