public interface

DerivationFunction

org.bouncycastle.crypto.DerivationFunction
Known Indirect Subclasses

Class Overview

base interface for general purpose byte derivation functions.

Summary

Public Methods
abstract int generateBytes(byte[] out, int outOff, int len)
abstract Digest getDigest()
return the message digest used as the basis for the function
abstract void init(DerivationParameters param)

Public Methods

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

public abstract Digest getDigest ()

return the message digest used as the basis for the function

public abstract void init (DerivationParameters param)