Uses of Interface
org.bouncycastle.crypto.DigestDerivationFunction
Packages that use DigestDerivationFunction
Package
Description
-
Uses of DigestDerivationFunction in org.bouncycastle.crypto.agreement.kdf
Classes in org.bouncycastle.crypto.agreement.kdf that implement DigestDerivationFunctionModifier and TypeClassDescriptionclassX9.63 based key derivation function for ECDH CMS.classBSI Key Derivation Function for Session Keys (see BSI-TR-03111 Section 4.3.3) -
Uses of DigestDerivationFunction in org.bouncycastle.crypto.engines
Classes in org.bouncycastle.crypto.engines that implement DigestDerivationFunctionModifier and TypeClassDescriptionstatic classBasic KDF generator for derived keys and ivs as defined by IEEE P1363a/ISO 18033
This implementation is based on ISO 18033/P1363a. -
Uses of DigestDerivationFunction in org.bouncycastle.crypto.generators
Classes in org.bouncycastle.crypto.generators that implement DigestDerivationFunctionModifier and TypeClassDescriptionclassBasic KDF generator for derived keys and ivs as defined by IEEE P1363a/ISO 18033
This implementation is based on ISO 18033/P1363a.classKDF1 generator for derived keys and ivs as defined by IEEE P1363a/ISO 18033
This implementation is based on ISO 18033/IEEE P1363a.classKDF2 generator for derived keys and ivs as defined by IEEE P1363a/ISO 18033
This implementation is based on IEEE P1363/ISO 18033.