Uses of Interface
org.bouncycastle.crypto.DigestDerivationFunction
-
Packages that use DigestDerivationFunction Package Description org.bouncycastle.crypto.agreement.kdf org.bouncycastle.crypto.engines org.bouncycastle.crypto.generators -
-
Uses of DigestDerivationFunction in org.bouncycastle.crypto.agreement.kdf
Classes in org.bouncycastle.crypto.agreement.kdf that implement DigestDerivationFunction Modifier and Type Class Description class
ECDHKEKGenerator
X9.63 based key derivation function for ECDH CMS.class
GSKKFDGenerator
BSI 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 DigestDerivationFunction Modifier and Type Class Description static class
EthereumIESEngine.HandshakeKDFFunction
Basic 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 DigestDerivationFunction Modifier and Type Class Description class
BaseKDFBytesGenerator
Basic KDF generator for derived keys and ivs as defined by IEEE P1363a/ISO 18033
This implementation is based on ISO 18033/P1363a.class
KDF1BytesGenerator
KDF1 generator for derived keys and ivs as defined by IEEE P1363a/ISO 18033
This implementation is based on ISO 18033/IEEE P1363a.class
KDF2BytesGenerator
KDF2 generator for derived keys and ivs as defined by IEEE P1363a/ISO 18033
This implementation is based on IEEE P1363/ISO 18033.
-