Interface SslContextParameters
- All Known Implementing Classes:
SslContextProperties
public interface SslContextParameters
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
isEnabled
boolean isEnabled() -
getProtocol
String getProtocol() -
getKeystoreSource
String getKeystoreSource() -
getKeystoreLocation
String getKeystoreLocation() -
getKeystorePassword
String getKeystorePassword() -
getKeystoreFormat
String getKeystoreFormat() -
getTruststoreSource
String getTruststoreSource() -
getTruststoreLocation
String getTruststoreLocation() -
getTruststorePassword
String getTruststorePassword() -
getTruststoreFormat
String getTruststoreFormat()
-