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 class
Factory for operators that derive key material and are associated with key agreement.static final class
Factory for Counter Mode KDFs.static final class
Factory for Double Pipeline Iteration Mode KDF.static final class
Factory for Feedback Mode KDFs.static final class
Factory for operators that derive key material using the IKEv2 KDF.static final class
Factory for operators that derive key material using the SRTP KDF.static final class
Factory for operators that derive key material using the SSH KDF.static final class
Factory for operators that derive key material using the TLS family of KDFs.class
FipsKDFOperatorFactory<T extends FipsParameters>
Base class for the approved mode KDFOperatorFactory implementations.static final class
Factory for scrypt KDFs. -
Uses of KDFOperatorFactory in org.bouncycastle.crypto.general
Classes in org.bouncycastle.crypto.general that implement KDFOperatorFactory