Package com.blackrook.small.jetty
Interface SmallJettyConfiguration.SSLConfiguration
- All Known Implementing Classes:
DefaultSmallJettyConfiguration.SSLConfigurationBuilder
- Enclosing interface:
- SmallJettyConfiguration
public static interface SmallJettyConfiguration.SSLConfiguration
SSL Configuration.
-
Method Summary
Modifier and Type Method Description String
getKeyStorePassword()
String
getKeyStorePath()
String
getKeyStoreType()
String
getTrustStorePassword()
String
getTrustStorePath()
String
getTrustStoreType()
-
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.
-