Uses of Interface
org.gudy.bouncycastle.crypto.DerivationFunction
-
Packages that use DerivationFunction Package Description org.gudy.bouncycastle.crypto.engines org.gudy.bouncycastle.crypto.generators -
-
Uses of DerivationFunction in org.gudy.bouncycastle.crypto.engines
Fields in org.gudy.bouncycastle.crypto.engines declared as DerivationFunction Modifier and Type Field Description (package private) DerivationFunction
IESEngine. kdf
Constructors in org.gudy.bouncycastle.crypto.engines with parameters of type DerivationFunction Constructor Description IESEngine(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 DerivationFunction 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
KDF2BytesGenerator
KFD2 generator for derived keys and ivs as defined by IEEE P1363a/ISO 18033
This implementation is based on IEEE P1363/ISO 18033.class
MGF1BytesGenerator
Generator for MGF1 as defined in PKCS 1v2
-