Package org.jboss.netty.handler.ssl
package org.jboss.netty.handler.ssl
-
ClassDescription
Executor
which executes the command in the caller thread.A client-sideSslContext
which uses JDK's SSL/TLS implementation.AnSslContext
which uses JDK's SSL/TLS implementation.A server-sideSslContext
which uses JDK's SSL/TLS implementation.SpecialSSLException
which will get thrown if a packet is received that not looks like a TLS/SSL record.Tells ifnetty-tcnative
and its OpenSSL support are available.Implements aSSLEngine
using OpenSSL BIO abstractions.A server-sideSslContext
which uses OpenSSL's SSL/TLS implementation.Stats exposed by an OpenSSL session context.Reads a PEM file and converts it into a list of DERs so that they are imported into aKeyStore
easily.AByteBuffer
pool dedicated forSslHandler
performance improvement.A secure socket protocol implementation which acts as a factory forSSLEngine
andSslHandler
.An enumeration of SSL/TLS protocol providers.