| Modifier and Type | Class and Description |
|---|---|
class |
CertConfigFile
File configuration for an HTTPS certificate.
|
class |
CertConfigResource
Resource configuration for an HTTPS certificate.
|
| Modifier and Type | Method and Description |
|---|---|
CertConfig |
MocoTestConfig.getCertConfig()
Returns the Moco certificate configuration.
|
| Modifier and Type | Method and Description |
|---|---|
MocoTestConfig.Builder |
MocoTestConfig.Builder.certConfig(CertConfig certConfig) |
void |
MocoTestConfig.setCertConfig(CertConfig certConfig)
Changes the Moco certificate configuration.
|
static javax.json.JsonObject |
MocoTestConfigJson.toJson(CertConfig certConfig)
Returns the JSON object that represents the given
CertConfig. |
| Constructor and Description |
|---|
HttpsServerTestWriter(MocoServerConfig serverConfig,
CertConfig certConfig,
TestCaseWriter testCaseWriter)
Creates a new HttpsServerTestWriter instance.
|
MocoServerTestWriter(MocoServerConfig serverConfig,
CertConfig certConfig,
TestCaseWriter testCaseWriter)
Creates a new MocoServerTestWriter instance.
|
Copyright © 2022 The Cornutum Project. All rights reserved.