Interface SslInfo
public interface SslInfo
A holder for SSL session information.
- Since:
- 5.0.2
- Author:
- Rossen Stoyanchev
- 
Method SummaryModifier and TypeMethodDescriptionReturn SSL certificates associated with the request, if any.Return the SSL session id, if any.
- 
Method Details- 
getSessionId
- 
getPeerCertificatesX509Certificate @Nullable [] getPeerCertificates()Return SSL certificates associated with the request, if any.
 
-