io.undertow.server.HttpHandler
public class SSLInformationAssociationHandler
extends java.lang.Object
implements io.undertow.server.HttpHandler
cipher suite - javax.servlet.request.cipher_suite String bit size of the algorithm - javax.servlet.request.key_size Integer SSL session id - javax.servlet.request.ssl_session_id String
Constructor | Description |
---|---|
SSLInformationAssociationHandler(io.undertow.server.HttpHandler next) |
Modifier and Type | Method | Description |
---|---|---|
static int |
getKeyLength(java.lang.String cipherSuite) |
Given the name of a TLS/SSL cipher suite, return an int representing it effective stream
cipher key strength.
|
void |
handleRequest(io.undertow.server.HttpServerExchange exchange) |
public SSLInformationAssociationHandler(io.undertow.server.HttpHandler next)
public static int getKeyLength(java.lang.String cipherSuite)
http://www.thesprawl.org/research/tls-and-ssl-cipher-suites/
cipherSuite
- String name of the TLS cipher suite.public void handleRequest(io.undertow.server.HttpServerExchange exchange) throws java.lang.Exception
handleRequest
in interface io.undertow.server.HttpHandler
java.lang.Exception
Copyright © 2018. All rights reserved.