io.undertow.server.HttpHandler
public class SSLInformationAssociationHandler extends 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(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(String cipherSuite)
http://www.thesprawl.org/research/tls-and-ssl-cipher-suites/
cipherSuite
- String name of the TLS cipher suite.Copyright © 2018. All rights reserved.