Interface SmallJettyConfiguration.SSLConfiguration
- All Known Implementing Classes:
DefaultSmallJettyConfiguration.SSLConfigurationBuilder
- Enclosing interface:
SmallJettyConfiguration
public static interface SmallJettyConfiguration.SSLConfiguration
SSL Configuration.
- Author:
- Matthew Tropiano
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getKeyStoreType
String getKeyStoreType()- Returns:
- the keystore type name.
-
getKeyStorePath
String getKeyStorePath()- Returns:
- the path to the SSL keystore file.
-
getKeyStorePassword
String getKeyStorePassword()- Returns:
- the SSL keystore password.
-
getTrustStoreType
String getTrustStoreType()- Returns:
- the truststore type name.
-
getTrustStorePath
String getTrustStorePath()- Returns:
- the path to the SSL trust store file.
-
getTrustStorePassword
String getTrustStorePassword()- Returns:
- the SSL trust store password.
-