Class ServerConfigCiphersSSL


  • public class ServerConfigCiphersSSL
    extends Object
    Selects encryption algorithms (ciphers) used by the TLS connector.
    • Constructor Detail

      • ServerConfigCiphersSSL

        public ServerConfigCiphersSSL()
    • Method Detail

      • getCipher

        @Nullable
        public @Nullable List<String> getCipher()
        Get cipher
        Returns:
        cipher
      • setCipher

        public void setCipher​(List<String> cipher)
      • getForceOrder

        @Nullable
        public @Nullable Boolean getForceOrder()
        When set to true, this forces the client to honor the TLS connector's cipher preference order. Otherwise, the client can select any cipher from the list itself.
        Returns:
        forceOrder
      • setForceOrder

        public void setForceOrder​(Boolean forceOrder)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object