Class ChallengeValidator

  • All Implemented Interfaces:
    java.lang.Runnable

    public class ChallengeValidator
    extends java.lang.Object
    implements java.lang.Runnable
    Author:
    Lijun Liao (xipki)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void run()  
      void singleRun()  
      • Methods inherited from class java.lang.Object

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

      • ChallengeValidator

        public ChallengeValidator​(AcmeRepo repo)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • close

        public void close()