- java.lang.Object
-
- io.netty5.handler.ssl.SslProtocols
-
public final class SslProtocols extends Object
SSL/TLS protocols
-
-
Field Summary
Fields Modifier and Type Field Description static String
SSL_v2
Deprecated.SSLv2 is no longer secure.static String
SSL_v2_HELLO
Deprecated.SSLv2Hello is no longer secure.static String
SSL_v3
Deprecated.SSLv3 is no longer secure.static String
TLS_v1
Deprecated.TLSv1 is no longer secure.static String
TLS_v1_1
Deprecated.TLSv1.1 is no longer secure.static String
TLS_v1_2
TLS v1.2static String
TLS_v1_3
TLS v1.3
-
-
-
Field Detail
-
SSL_v2_HELLO
@Deprecated public static final String SSL_v2_HELLO
SSL v2 Hello- See Also:
- Constant Field Values
-
SSL_v2
@Deprecated public static final String SSL_v2
SSL v2- See Also:
- Constant Field Values
-
SSL_v3
@Deprecated public static final String SSL_v3
SSLv3- See Also:
- Constant Field Values
-
TLS_v1
@Deprecated public static final String TLS_v1
TLS v1- See Also:
- Constant Field Values
-
TLS_v1_1
@Deprecated public static final String TLS_v1_1
TLS v1.1- See Also:
- Constant Field Values
-
TLS_v1_2
public static final String TLS_v1_2
TLS v1.2- See Also:
- Constant Field Values
-
TLS_v1_3
public static final String TLS_v1_3
TLS v1.3- See Also:
- Constant Field Values
-
-