public class SSLInformationAssociationHandler extends Object implements 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 and Description |
---|
SSLInformationAssociationHandler(HttpHandler next) |
Modifier and Type | Method and Description |
---|---|
static int | getKeyLength(String cipherSuite) Given the name of a TLS/SSL cipher suite, return an int representing it effective stream cipher key strength. |
void | handleRequest(HttpServerExchange exchange) Handle the request. |
public SSLInformationAssociationHandler(HttpHandler next)
public static int getKeyLength(String cipherSuite)
http://www.thesprawl.org/research/tls-and-ssl-cipher-suites/
cipherSuite
- String name of the TLS cipher suite.public void handleRequest(HttpServerExchange exchange) throws Exception
HttpHandler
handleRequest
in interface HttpHandler
exchange
- the HTTP request/response exchangeException
Copyright © 2020 JBoss by Red Hat. All rights reserved.