Bouncy Castle Cryptography 1.11 API Specification: Interface DerivationFunction
|
Bouncy Castle Cryptography 1.11 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
base interface for general purpose byte derivation functions.
Method Summary | |
int |
generateBytes(byte[] out,
int outOff,
int len)
|
void |
init(DerivationParameters param)
|
Method Detail |
public void init(DerivationParameters param)
public int generateBytes(byte[] out, int outOff, int len) throws DataLengthException, java.lang.IllegalArgumentException
|
Bouncy Castle Cryptography 1.11 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |