public interface DerivationFunction
| Modifier and Type | Method and Description |
|---|---|
int |
generateBytes(byte[] out,
int outOff,
int len) |
Digest |
getDigest()
return the message digest used as the basis for the function
|
void |
init(DerivationParameters param) |
void init(DerivationParameters param)
Digest getDigest()
int generateBytes(byte[] out,
int outOff,
int len)
throws DataLengthException,
IllegalArgumentException
Copyright © 2015. All rights reserved.