org.bouncycastle.crypto
Interface DerivationFunction
- All Known Subinterfaces:
- DigestDerivationFunction, MacDerivationFunction
- All Known Implementing Classes:
- DHKEKGenerator, ConcatenationKDFGenerator, MGF1BytesGenerator, HKDFBytesGenerator, BrokenKDF2BytesGenerator
- public interface DerivationFunction
base interface for general purpose byte derivation functions.
init
public void init(DerivationParameters param)
generateBytes
public int generateBytes(byte[] out,
int outOff,
int len)
throws DataLengthException,
java.lang.IllegalArgumentException