Class TlsConfig

    • Constructor Detail

      • TlsConfig

        public TlsConfig()
    • Method Detail

      • isActive

        public boolean isActive()
      • setActive

        public void setActive​(boolean active)
      • isPasswordsAESEncrypted

        public boolean isPasswordsAESEncrypted()
      • getKeyStoreType

        public String getKeyStoreType()
      • setKeyStoreType

        public void setKeyStoreType​(String keyStoreType)
      • getKeyStorePassword

        public String getKeyStorePassword()
      • setKeyStorePassword

        public void setKeyStorePassword​(String keyStorePassword)
      • getKeyStoreFile

        public String getKeyStoreFile()
      • setKeyStoreFile

        public void setKeyStoreFile​(String keyStoreFile)
      • getTrustStoreType

        public String getTrustStoreType()
      • setTrustStoreType

        public void setTrustStoreType​(String trustStoreType)
      • getTrustStorePassword

        public String getTrustStorePassword()
      • setTrustStorePassword

        public void setTrustStorePassword​(String trustStorePassword)
      • getTrustStoreFile

        public String getTrustStoreFile()
      • setTrustStoreFile

        public void setTrustStoreFile​(String trustStoreFile)
      • isClientAuthenticationWanted

        public boolean isClientAuthenticationWanted()
      • setClientAuthenticationWanted

        public void setClientAuthenticationWanted​(boolean clientAuthenticationWanted)
      • isClientAuthenticationRequired

        public boolean isClientAuthenticationRequired()
      • setClientAuthenticationRequired

        public void setClientAuthenticationRequired​(boolean clientAuthenticationRequired)
      • hasTrustStore

        public boolean hasTrustStore()