Package io.netty.handler.ssl
Class SslProtocols
java.lang.Object
io.netty.handler.ssl.SslProtocols
SSL/TLS protocols
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.SSLv2 is no longer secure.static final String
Deprecated.SSLv2Hello is no longer secure.static final String
Deprecated.SSLv3 is no longer secure.static final String
Deprecated.TLSv1 is no longer secure.static final String
Deprecated.TLSv1.1 is no longer secure.static final String
TLS v1.2static final String
TLS v1.3 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SSL_v2_HELLO
SSL v2 Hello- See Also:
-
SSL_v2
SSL v2- See Also:
-
SSL_v3
SSLv3- See Also:
-
TLS_v1
TLS v1- See Also:
-
TLS_v1_1
TLS v1.1- See Also:
-
TLS_v1_2
TLS v1.2- See Also:
-
TLS_v1_3
TLS v1.3- See Also:
-
-
Constructor Details
-
SslProtocols
private SslProtocols()
-