Interface ISslServerConfiguration
- All Known Subinterfaces:
IApplicationConfiguration,IApplicationServerConfiguration
public interface ISslServerConfiguration
SSL Configuration
- Author:
- I-D Media AG
-
Method Summary
Modifier and TypeMethodDescription@org.jetbrains.annotations.NotNull char[]Get the certificate password@NotNull StringGet the Keystore to use when activating SSL@org.jetbrains.annotations.NotNull char[]Get the keystore password@NotNull StringGet the keystore type@NotNull StringGet the local certificate file (this is an alternative to the SSL via keystore)@NotNull StringGet the local key file (this is an alternative to the SSL via keystore)@NotNull StringGet the algorithm to use@NotNull StringGet the protocol
-
Method Details
-
getKeystoreFile
Get the Keystore to use when activating SSL- Returns:
-
getKeystoreType
Get the keystore type- Returns:
-
getKeystorePassword
@NotNull @org.jetbrains.annotations.NotNull char[] getKeystorePassword()Get the keystore password- Returns:
-
getCertificatePassword
@NotNull @org.jetbrains.annotations.NotNull char[] getCertificatePassword()Get the certificate password- Returns:
-
getSslAlgorithm
Get the algorithm to use- Returns:
-
getSslProtocol
Get the protocol- Returns:
-
getLocalCertificateFile
Get the local certificate file (this is an alternative to the SSL via keystore)- Returns:
-
getLocalKeyFile
Get the local key file (this is an alternative to the SSL via keystore)- Returns:
-