Interface SslInfo
public interface SslInfo
A holder for SSL session information.
- Since:
- 5.0.2
- Author:
- Rossen Stoyanchev, Sam Brannen
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionstatic SslInfoCreateSslInfoconfigured with the supplied session ID.static SslInfofrom(String sessionId, X509Certificate... peerCertificates) CreateSslInfoconfigured with the supplied session ID and certificates.Return 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.
- 
from
- 
fromCreateSslInfoconfigured with the supplied session ID and certificates.- Since:
- 7.0
 
 
-