Class Argon2Helper.NoopLogger

    • Constructor Summary

      Constructors 
      Constructor Description
      NoopLogger()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void log​(int iterations, long millisecs)
      Is called after a hash call is done.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoopLogger

        public NoopLogger()
    • Method Detail

      • log

        public void log​(int iterations,
                        long millisecs)
        Description copied from interface: Argon2Helper.IterationLogger
        Is called after a hash call is done.
        Specified by:
        log in interface Argon2Helper.IterationLogger
        Parameters:
        iterations - Number of iterations used.
        millisecs - Time the hash call took in milliseconds.