Package org.bouncycastle.crypto
Interface DerivationFunction
-
public interface DerivationFunctionbase interface for general purpose byte derivation functions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgenerateBytes(byte[] out, int outOff, int len)voidinit(DerivationParameters param)
-
-
-
Method Detail
-
init
void init(DerivationParameters param)
-
generateBytes
int generateBytes(byte[] out, int outOff, int len) throws DataLengthException, IllegalArgumentException
-
-