Package com.xebialabs.restito.server
Class StubServerTls
java.lang.Object
com.xebialabs.restito.server.StubServerTls
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic KeyStore
Get the key store for server's built-in public key certificate.
-
Constructor Details
-
StubServerTls
public StubServerTls()
-
-
Method Details
-
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
-