Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.crypto
Interface DigestDerivationFunction

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

public interface DigestDerivationFunction
extends DerivationFunction

base interface for general purpose Digest based byte derivation functions.


Method Summary
 Digest getDigest()
          return the message digest used as the basis for the function
 
Methods inherited from interface org.bouncycastle.crypto.DerivationFunction
generateBytes, init
 

Method Detail

getDigest

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

Bouncy Castle Cryptography Library 1.77.0