Interface SslInfo
public interface SslInfo
A holder for SSL session information.
- Since:
 - 5.0.2
 - Author:
 - Rossen Stoyanchev
 
- 
Method Summary
Modifier and TypeMethodDescriptionReturn SSL certificates associated with the request, if any.Return the SSL session id, if any. 
- 
Method Details
- 
getSessionId
Return the SSL session id, if any. - 
getPeerCertificates
Return SSL certificates associated with the request, if any. 
 -