Interface DerivationFunction
- All Known Subinterfaces:
DigestDerivationFunction, MacDerivationFunction
public interface DerivationFunction
base interface for general purpose byte derivation functions.
-
Method Summary
Modifier and TypeMethodDescriptionintgenerateBytes(byte[] out, int outOff, int len) voidinit(DerivationParameters param)
-
Method Details
-
init
-
generateBytes
int generateBytes(byte[] out, int outOff, int len) throws DataLengthException, IllegalArgumentException
-