public static class CaEnrollBenchmark.Conf
extends org.xipki.util.ValidatableConf
| Constructor and Description |
|---|
Conf() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaUrl() |
String |
getRequestorCert() |
String |
getResponderCert() |
BenchmarkHttpClient.SslConf |
getSsl() |
org.bouncycastle.asn1.x509.GeneralName |
requestor() |
org.bouncycastle.asn1.x509.GeneralName |
responder() |
void |
setCaUrl(String caUrl) |
void |
setRequestorCert(String requestorCert) |
void |
setResponderCert(String responderCert) |
void |
setSsl(BenchmarkHttpClient.SslConf ssl) |
void |
validate() |
public String getCaUrl()
public void setCaUrl(String caUrl)
public String getRequestorCert()
public void setRequestorCert(String requestorCert)
public String getResponderCert()
public void setResponderCert(String responderCert)
public BenchmarkHttpClient.SslConf getSsl()
public void setSsl(BenchmarkHttpClient.SslConf ssl)
public org.bouncycastle.asn1.x509.GeneralName requestor()
throws CertificateException,
IOException
CertificateExceptionIOExceptionpublic org.bouncycastle.asn1.x509.GeneralName responder()
throws CertificateException,
IOException
CertificateExceptionIOExceptionpublic void validate()
throws org.xipki.util.InvalidConfException
validate in class org.xipki.util.ValidatableConforg.xipki.util.InvalidConfExceptionCopyright © 2021. All rights reserved.