public static class Argon2Helper.NoopLogger extends java.lang.Object implements Argon2Helper.IterationLogger
| Constructor and Description |
|---|
NoopLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
log(int iterations,
long millisecs)
Is called after a hash call is done.
|
public void log(int iterations,
long millisecs)
Argon2Helper.IterationLoggerlog in interface Argon2Helper.IterationLoggeriterations - Number of iterations used.millisecs - Time the hash call took in milliseconds.