Package net.lingala.zip4j.crypto.PBKDF2
Interface PRF
-
- All Known Implementing Classes:
MacBasedPRF
interface PRF
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
doFinal(byte[] M)
int
getHLen()
void
init(byte[] P)
-