Class HttpsSettings.Builder
java.lang.Object
com.github.tomakehurst.wiremock.common.HttpsSettings.Builder
- Enclosing class:
- HttpsSettings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()keyManagerPassword(String keyStorePassword) keyStorePassword(String keyStorePassword) keyStorePath(String keyStorePath) keyStoreType(String keyStoreType) needClientAuth(boolean needClientAuth) port(int port) trustStorePassword(String trustStorePassword) trustStorePath(String trustStorePath) trustStoreType(String trustStoreType)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
port
-
keyStorePath
-
keyStorePassword
-
keyManagerPassword
-
keyStoreType
-
trustStorePath
-
trustStorePassword
-
trustStoreType
-
needClientAuth
-
build
-