Uses of Interface
org.bouncycastle.crypto.PasswordBasedDeriverFactory
Packages that use PasswordBasedDeriverFactory
Package
Description
Classes for FIPS approved mode algorithms
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of PasswordBasedDeriverFactory in org.bouncycastle.crypto.fips
Classes in org.bouncycastle.crypto.fips that implement PasswordBasedDeriverFactoryModifier and TypeClassDescriptionclass
FipsPasswordBasedDeriverFactory<T extends FipsParameters>
Base class for the approved mode PasswordBasedDeriverFactory implementations.static class
Factory for password based key derivation functions that are based on PBKDF2 (PKCS#5 scheme 2). -
Uses of PasswordBasedDeriverFactory in org.bouncycastle.crypto.general
Classes in org.bouncycastle.crypto.general that implement PasswordBasedDeriverFactoryModifier and TypeClassDescriptionstatic class
Factory for password based key derivation functions.