public static class SSLRequestHelper.SSLInfo extends Object
| Constructor and Description |
|---|
SSLInfo(X509Certificate[] x509Certs,
String principal,
String protocol,
String cipher) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCipher() |
String |
getPrincipal() |
String |
getProtocol() |
X509Certificate[] |
getX509Certs() |
String |
toString() |
public SSLInfo(X509Certificate[] x509Certs, String principal, String protocol, String cipher)
Copyright © 2015-2017. All Rights Reserved.