Uses of Class
io.netty.handler.ssl.CipherSuiteConverter.CachedValue
-
Packages that use CipherSuiteConverter.CachedValue Package Description io.netty.handler.ssl SSL · TLS implementation based onSSLEngine
-
-
Uses of CipherSuiteConverter.CachedValue in io.netty.handler.ssl
Fields in io.netty.handler.ssl declared as CipherSuiteConverter.CachedValue Modifier and Type Field Description private static CipherSuiteConverter.CachedValue
CipherSuiteConverter.CachedValue. NULL
Fields in io.netty.handler.ssl with type parameters of type CipherSuiteConverter.CachedValue Modifier and Type Field Description private static java.util.concurrent.ConcurrentMap<java.lang.String,CipherSuiteConverter.CachedValue>
CipherSuiteConverter. j2o
Java-to-OpenSSL cipher suite conversion map Note that the Java cipher suite has the protocol prefix (TLS_, SSL_)Methods in io.netty.handler.ssl that return CipherSuiteConverter.CachedValue Modifier and Type Method Description (package private) static CipherSuiteConverter.CachedValue
CipherSuiteConverter.CachedValue. of(java.lang.String value)
-