Class CertEnroller

  • All Implemented Interfaces:
    java.lang.Runnable

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

      Constructors 
      Constructor Description
      CertEnroller​(AcmeRepo repo, org.xipki.ca.sdk.SdkClient sdk)  
    • 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

      • CertEnroller

        public CertEnroller​(AcmeRepo repo,
                            org.xipki.ca.sdk.SdkClient sdk)
    • Method Detail

      • run

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

        public void close()