public class CtLogControl extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_ENABLED
Whether CTLog is enabled: true or false.
|
static String |
KEY_SERVERS
';'-separated URL of the CT Log servers.
|
static String |
KEY_SSLCONTEXT_NAME
The name of SSL context.
|
| Constructor and Description |
|---|
CtLogControl(Boolean enabled,
List<String> servers,
String sslContextName) |
CtLogControl(String conf) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getConf() |
List<String> |
getServers() |
String |
getSslContextName() |
int |
hashCode() |
boolean |
isEnabled() |
void |
setConf(String conf) |
void |
setEnabled(boolean enabled) |
void |
setServers(List<String> servers) |
void |
setSslContextName(String sslContextName) |
String |
toString() |
public static final String KEY_ENABLED
public static final String KEY_SERVERS
public static final String KEY_SSLCONTEXT_NAME
public CtLogControl(String conf) throws org.xipki.util.InvalidConfException
org.xipki.util.InvalidConfExceptionCopyright © 2019. All rights reserved.