Interface DigestDerivationFunction

All Superinterfaces:
DerivationFunction
All Known Implementing Classes:
BaseKDFBytesGenerator, ECDHKEKGenerator, EthereumIESEngine.HandshakeKDFFunction, GSKKFDGenerator, KDF1BytesGenerator, KDF2BytesGenerator

public interface DigestDerivationFunction extends DerivationFunction
base interface for general purpose Digest based byte derivation functions.
  • Method Summary

    Modifier and Type
    Method
    Description
    return the message digest used as the basis for the function

    Methods inherited from interface org.bouncycastle.crypto.DerivationFunction

    generateBytes, init
  • Method Details

    • getDigest

      Digest getDigest()
      return the message digest used as the basis for the function