Uses of Class
org.glassfish.grizzly.ssl.SSLConnectionContext
-
Packages that use SSLConnectionContext Package Description org.glassfish.grizzly.ssl -
-
Uses of SSLConnectionContext in org.glassfish.grizzly.ssl
Methods in org.glassfish.grizzly.ssl that return SSLConnectionContext Modifier and Type Method Description protected SSLConnectionContextSSLBaseFilter. createSslConnectionContext(Connection connection)static SSLConnectionContextSSLUtils. getSslConnectionContext(Connection connection)protected SSLConnectionContextSSLBaseFilter. obtainSslConnectionContext(Connection connection)Methods in org.glassfish.grizzly.ssl with parameters of type SSLConnectionContext Modifier and Type Method Description static BufferSSLUtils. allocateInputBuffer(SSLConnectionContext sslCtx)protected SSLEngineSSLFilter. createClientSSLEngine(SSLConnectionContext sslCtx, SSLEngineConfigurator sslEngineConfigurator)protected BufferSSLBaseFilter. doHandshakeStep(SSLConnectionContext sslCtx, FilterChainContext ctx, Buffer inputBuffer)protected BufferSSLBaseFilter. doHandshakeStep(SSLConnectionContext sslCtx, FilterChainContext ctx, Buffer inputBuffer, Buffer tmpAppBuffer0)protected BufferSSLFilter. doHandshakeStep(SSLConnectionContext sslCtx, FilterChainContext ctx, Buffer inputBuffer, Buffer tmpAppBuffer0)protected BufferSSLBaseFilter. doHandshakeSync(SSLConnectionContext sslCtx, FilterChainContext ctx, Buffer inputBuffer, long timeoutMillis)protected voidSSLBaseFilter. getPeerCertificateChain(SSLConnectionContext sslCtx, FilterChainContext context, boolean needClientAuth, FutureImpl<Object[]> certFuture)Obtains the certificate chain for this SSL session.static SSLEngineResultSSLUtils. handshakeUnwrap(int length, SSLConnectionContext sslCtx, Buffer inputBuffer, Buffer tmpOutputBuffer)static BufferSSLUtils. handshakeWrap(Connection connection, SSLConnectionContext sslCtx, Buffer netBuffer)protected voidSSLBaseFilter. renegotiate(SSLConnectionContext sslCtx, FilterChainContext context)Performs an SSL renegotiation.protected NextActionSSLBaseFilter. unwrapAll(FilterChainContext ctx, SSLConnectionContext sslCtx)protected BufferSSLBaseFilter. wrapAll(FilterChainContext ctx, SSLConnectionContext sslCtx)
-