Class CustomTlsCiphersEnabledEvent

  • All Implemented Interfaces:
    Event

    public class CustomTlsCiphersEnabledEvent
    extends AbstractEvent
    This event is emitted if the user has configured a custom list of tls ciphers.
    • Constructor Detail

      • CustomTlsCiphersEnabledEvent

        public CustomTlsCiphersEnabledEvent​(List<String> ciphers,
                                            Context context)
    • Method Detail

      • description

        public String description()
        Description copied from interface: Event
        A textual description with more information about the event.
        Returns:
        the description, if set.