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 SummaryModifier 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- getToSGets the Terms-of-Service URI that must be accepted.- Returns:
- The URI for the ToS, or null for none.
 
- getDNSRecordGets the DNS record that must be defined.- Returns:
- The DNS record, or null for none.
 
- getReturnCodeGets the return code.- Returns:
- The return code.
 
- getDomainGets the domain in question.- Returns:
- The domain in question, never null.