Interface ISslServerConfiguration

All Known Subinterfaces:
IApplicationConfiguration, IApplicationServerConfiguration

public interface ISslServerConfiguration
SSL Configuration
Author:
I-D Media AG
  • Method Details

    • getKeystoreFile

      @NotNull @NotNull String getKeystoreFile()
      Get the Keystore to use when activating SSL
      Returns:
    • getKeystoreType

      @NotNull @NotNull String 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

      @NotNull @NotNull String getSslAlgorithm()
      Get the algorithm to use
      Returns:
    • getSslProtocol

      @NotNull @NotNull String getSslProtocol()
      Get the protocol
      Returns:
    • getLocalCertificateFile

      @NotNull @NotNull String getLocalCertificateFile()
      Get the local certificate file (this is an alternative to the SSL via keystore)
      Returns:
    • getLocalKeyFile

      @NotNull @NotNull String getLocalKeyFile()
      Get the local key file (this is an alternative to the SSL via keystore)
      Returns: