public interface SslInfo
| Modifier and Type | Method and Description | 
|---|---|
X509Certificate[] | 
getPeerCertificates()
Return SSL certificates associated with the request, if any. 
 | 
String | 
getSessionId()
Return the SSL session id, if any. 
 | 
@Nullable X509Certificate[] getPeerCertificates()