org.bouncycastle.crypto

Interface DerivationFunction

public interface DerivationFunction

base interface for general purpose byte derivation functions.
Method Summary
intgenerateBytes(byte[] out, int outOff, int len)
DigestgetDigest()
return the message digest used as the basis for the function
voidinit(DerivationParameters param)

Method Detail

generateBytes

public int generateBytes(byte[] out, int outOff, int len)

getDigest

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

init

public void init(DerivationParameters param)