Package org.bouncycastle.crypto
Interface DerivationFunction
public interface DerivationFunction
base interface for general purpose byte derivation functions.
-
Method Summary
Modifier and Type Method Description intgenerateBytes(byte[] out, int outOff, int len)DigestgetDigest()return the message digest used as the basis for the functionvoidinit(DerivationParameters param)
-
Method Details
-
init
-
getDigest
Digest getDigest()return the message digest used as the basis for the function -
generateBytes
int generateBytes(byte[] out, int outOff, int len) throws DataLengthException, IllegalArgumentException
-