public class ScepControl extends Object
Example configuration.
cacert.included?true%signercert.included?false # Whether CA certificate is included in the response. Default is true cacert.included=<'true'|'false'> # Whether CMS signer certificate is embedded in the CMS message. Default is true signercert.included=<'true'|'false'>
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_CACERT_INCLUDED |
static String |
KEY_SIGNERCERT_INCLUDED |
static String |
KEY_SUPPORT_GETCRL |
| Constructor and Description |
|---|
ScepControl(String conf) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getConf() |
int |
hashCode() |
boolean |
isIncludeCaCert() |
boolean |
isIncludeSignerCert() |
boolean |
isSupportGetCrl() |
void |
setIncludeCaCert(boolean includeCaCert) |
void |
setIncludeSignerCert(boolean includeSignerCert) |
void |
setSupportGetCrl(boolean supportGetCrl) |
String |
toString() |
String |
toString(boolean verbose) |
public static final String KEY_CACERT_INCLUDED
public static final String KEY_SIGNERCERT_INCLUDED
public static final String KEY_SUPPORT_GETCRL
public ScepControl(String conf) throws org.xipki.util.InvalidConfException
org.xipki.util.InvalidConfExceptionpublic String getConf()
public boolean isIncludeCaCert()
public void setIncludeCaCert(boolean includeCaCert)
public boolean isIncludeSignerCert()
public void setIncludeSignerCert(boolean includeSignerCert)
public boolean isSupportGetCrl()
public void setSupportGetCrl(boolean supportGetCrl)
public String toString(boolean verbose)
Copyright © 2019. All rights reserved.