Package com.iizix.server.acme
Class LetsEncrypt.Reply
- java.lang.Object
- com.iizix.server.acme.LetsEncrypt.Reply
- Enclosing class:
- LetsEncrypt
public static class LetsEncrypt.Reply extends java.lang.Object
Class used to hold information of a certificate request.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDNSRecord()
Gets the DNS record that must be defined.java.lang.String
getDomain()
Gets the domain in question.LetsEncrypt.Code
getReturnCode()
Gets the return code.java.net.URI
getToS()
Gets the Terms-of-Service URI that must be accepted.
Method Detail
getToS
public java.net.URI getToS()
Gets the Terms-of-Service URI that must be accepted.- Returns:
- The URI for the ToS, or null for none.
getDNSRecord
public java.lang.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 java.lang.String getDomain()
Gets the domain in question.- Returns:
- The domain in question, never null.