Package | Description |
---|---|
org.glassfish.grizzly.ssl |
Modifier and Type | Method and Description |
---|---|
static SSLConnectionContext |
SSLUtils.getSslConnectionContext(Connection connection) |
Modifier and Type | Method and Description |
---|---|
protected Buffer |
SSLBaseFilter.doHandshakeStep(SSLConnectionContext sslCtx,
FilterChainContext ctx,
Buffer inputBuffer) |
protected Buffer |
SSLBaseFilter.doHandshakeStep(SSLConnectionContext sslCtx,
FilterChainContext ctx,
Buffer inputBuffer,
Buffer tmpAppBuffer0) |
protected Buffer |
SSLFilter.doHandshakeStep(SSLConnectionContext sslCtx,
FilterChainContext ctx,
Buffer inputBuffer,
Buffer tmpAppBuffer0) |
protected Buffer |
SSLBaseFilter.doHandshakeSync(SSLConnectionContext sslCtx,
FilterChainContext ctx,
Buffer inputBuffer,
long timeoutMillis) |
protected Object[] |
SSLBaseFilter.getPeerCertificateChain(SSLConnectionContext sslCtx,
FilterChainContext context,
boolean needClientAuth)
Obtains the certificate chain for this SSL session.
|
static SSLEngineResult |
SSLUtils.handshakeUnwrap(SSLConnectionContext sslCtx,
Buffer inputBuffer,
Buffer tmpOutputBuffer) |
static Buffer |
SSLUtils.handshakeWrap(Connection connection,
SSLConnectionContext sslCtx,
Buffer netBuffer) |
protected void |
SSLBaseFilter.renegotiate(SSLConnectionContext sslCtx,
FilterChainContext context)
Performs an SSL renegotiation.
|
protected NextAction |
SSLBaseFilter.unwrapAll(FilterChainContext ctx,
SSLConnectionContext sslCtx) |
protected Buffer |
SSLBaseFilter.wrapAll(FilterChainContext ctx,
SSLConnectionContext sslCtx) |
Copyright © 2014 Oracle Corporation. All rights reserved.