public static class MockHttpsKeystoreProviderConfig.Companion
@JvmOverloads @JvmStatic @NotNull public MockProviderConfig httpsKeystoreConfig(@NotNull java.lang.String hostname, int port, @NotNull java.lang.String keystore, @NotNull java.lang.String password, @NotNull au.com.dius.pact.core.model.PactSpecVersion pactVersion)
Creates instance of config
hostname - Name of the host to mockport - Port the mock service should listen onkeystore - Full path (including file name) of keystore to use.password - Keystore passwordpactVersion - Version of {@link PactSpecVersion}@JvmOverloads @JvmStatic @NotNull public MockProviderConfig httpsKeystoreConfig(@NotNull java.lang.String hostname, int port, @NotNull java.lang.String keystore, @NotNull java.lang.String password)
Creates instance of config
hostname - Name of the host to mockport - Port the mock service should listen onkeystore - Full path (including file name) of keystore to use.password - Keystore password@JvmOverloads @JvmStatic @NotNull public MockProviderConfig httpsKeystoreConfig(@NotNull java.lang.String hostname, @NotNull java.lang.String keystore, @NotNull java.lang.String password)
Creates instance of config
hostname - Name of the host to mockkeystore - Full path (including file name) of keystore to use.password - Keystore password@JvmOverloads @JvmStatic @NotNull public MockProviderConfig httpsKeystoreConfig(@NotNull java.lang.String keystore, @NotNull java.lang.String password)
Creates instance of config
keystore - Full path (including file name) of keystore to use.password - Keystore password