public class ACMEClient extends Client
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
ACMEClient(PKIClient client) |
| Modifier and Type | Method and Description |
|---|---|
void |
disable() |
void |
enable() |
ACMEDirectory |
getDirectory() |
Account |
login() |
void |
logout() |
addClient, createProxy, get, get, get, get, getClient, getName, getSubsystem, post, post, post, post, removeClientpublic ACMEClient(PKIClient client) throws java.net.URISyntaxException
java.net.URISyntaxExceptionpublic Account login() throws java.lang.Exception
java.lang.Exceptionpublic void enable()
throws java.lang.Exception
java.lang.Exceptionpublic void disable()
throws java.lang.Exception
java.lang.Exceptionpublic void logout()
throws java.lang.Exception
java.lang.Exceptionpublic ACMEDirectory getDirectory() throws java.lang.Exception
java.lang.Exception