public class SSLInformationAssociationHandler extends Object implements HttpHandler
| Constructor and Description |
|---|
SSLInformationAssociationHandler(HttpHandler next) |
| Modifier and Type | Method and Description |
|---|---|
static int |
getKeyLenght(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) |
public SSLInformationAssociationHandler(HttpHandler next)
public static int getKeyLenght(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
handleRequest in interface HttpHandlerExceptionCopyright © 2013 JBoss by Red Hat. All Rights Reserved.