Class StubServerTls

java.lang.Object
com.xebialabs.restito.server.StubServerTls

public class StubServerTls extends Object
  • Constructor Details

    • StubServerTls

      public StubServerTls()
  • Method Details

    • defaultTrustStore

      public static KeyStore defaultTrustStore()
      Get the key store for server's built-in public key certificate. Check `guide.UsingHttpsTest` to see how to use this in your tests. Please note that this is the *default* certificate shipped with the server and the server can be configured to use a different one at runtime.
      Returns:
      key store object