Interface SslInfo
public interface SslInfo
A holder for SSL session information.
- Since:
- 5.0.2
- Author:
- Rossen Stoyanchev, Sam Brannen
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic SslInfo
CreateSslInfo
configured with the supplied session ID.static SslInfo
from
(String sessionId, X509Certificate... peerCertificates) CreateSslInfo
configured 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
-
getPeerCertificates
X509Certificate @Nullable [] getPeerCertificates()Return SSL certificates associated with the request, if any. -
from
-
from
CreateSslInfo
configured with the supplied session ID and certificates.- Since:
- 7.0
-