|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PRF
Interface to Pseudorandom Function.
| Method Summary | |
|---|---|
byte[] |
doFinal(byte[] M)
Pseudo Random Function |
int |
getHLen()
Query block size of underlying algorithm/mechanism. |
void |
init(byte[] P)
Initialize this instance with the user-supplied password. |
| Method Detail |
|---|
void init(byte[] P)
P - The password supplied as array of bytes. It is the caller's
task to convert String passwords to bytes as appropriate.byte[] doFinal(byte[] M)
M - Input data/message etc. Together with any data supplied during
initilization.
int getHLen()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||