Class CipherSuiteConverter
java.lang.Object
io.netty.handler.ssl.CipherSuiteConverter
Converts a Java cipher suite string to an OpenSSL cipher suite string and vice versa.
- See Also:
-
Method Details
-
toOpenSsl
-
toJava
Convert from OpenSSL cipher suite name convention to java cipher suite name convention.- Parameters:
openSslCipherSuite- An OpenSSL cipher suite name.protocol- The cryptographic protocol (i.e. SSL, TLS, ...).- Returns:
- The translated cipher suite name according to java conventions (or null if translation was not possible).
-