Class SslProtocol


  • public final class SslProtocol
    extends com.azure.core.util.ExpandableStringEnum<SslProtocol>
    Defines values for SslProtocol.
    • Field Detail

      • TLSV1

        public static final SslProtocol TLSV1
        Static value TLSv1 for SslProtocol.
      • TLSV1_1

        public static final SslProtocol TLSV1_1
        Static value TLSv1.1 for SslProtocol.
      • TLSV1_2

        public static final SslProtocol TLSV1_2
        Static value TLSv1.2 for SslProtocol.
    • Constructor Detail

      • SslProtocol

        public SslProtocol()
    • Method Detail

      • fromString

        public static SslProtocol fromString​(String name)
        Creates or finds a SslProtocol from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding SslProtocol.