Uses of Interface
org.gudy.bouncycastle.crypto.DerivationFunction
Packages that use DerivationFunction
-
Uses of DerivationFunction in org.gudy.bouncycastle.crypto.engines
Fields in org.gudy.bouncycastle.crypto.engines declared as DerivationFunctionConstructors in org.gudy.bouncycastle.crypto.engines with parameters of type DerivationFunctionModifierConstructorDescriptionIESEngine
(BasicAgreement agree, DerivationFunction kdf, Mac mac) set up for use with stream mode, where the key derivation function is used to provide a stream of bytes to xor with the message.IESEngine
(BasicAgreement agree, DerivationFunction kdf, Mac mac, BufferedBlockCipher cipher) set up for use in conjunction with a block cipher to handle the message. -
Uses of DerivationFunction in org.gudy.bouncycastle.crypto.generators
Classes in org.gudy.bouncycastle.crypto.generators that implement DerivationFunctionModifier and TypeClassDescriptionclass
Basic KDF generator for derived keys and ivs as defined by IEEE P1363a/ISO 18033
This implementation is based on ISO 18033/P1363a.class
KFD2 generator for derived keys and ivs as defined by IEEE P1363a/ISO 18033
This implementation is based on IEEE P1363/ISO 18033.class
Generator for MGF1 as defined in PKCS 1v2