Class LetsEncrypt.Reply

java.lang.Object
com.iizix.server.acme.LetsEncrypt.Reply
Enclosing class:
LetsEncrypt

public static class LetsEncrypt.Reply extends Object
Class used to hold information of a certificate request.
  • Method Details

    • getToS

      public URI getToS()
      Gets the Terms-of-Service URI that must be accepted.
      Returns:
      The URI for the ToS, or null for none.
    • getDNSRecord

      public String getDNSRecord()
      Gets the DNS record that must be defined.
      Returns:
      The DNS record, or null for none.
    • getReturnCode

      public LetsEncrypt.Code getReturnCode()
      Gets the return code.
      Returns:
      The return code.
    • getDomain

      public String getDomain()
      Gets the domain in question.
      Returns:
      The domain in question, never null.