Package com.iizix.server.acme
Class LetsEncrypt.Reply
java.lang.Object
com.iizix.server.acme.LetsEncrypt.Reply
- Enclosing class:
LetsEncrypt
Class used to hold information of a certificate request.
Method Summary
Modifier and TypeMethodDescriptionGets the DNS record that must be defined.Gets the domain in question.Gets the return code.getToS()
Gets the Terms-of-Service URI that must be accepted.
Method Details
getToS
Gets the Terms-of-Service URI that must be accepted.- Returns:
- The URI for the ToS, or null for none.
getDNSRecord
Gets the DNS record that must be defined.- Returns:
- The DNS record, or null for none.
getReturnCode
Gets the return code.- Returns:
- The return code.
getDomain
Gets the domain in question.- Returns:
- The domain in question, never null.