接口 SslInfo
- 所有已知实现类:
DefaultSslInfo
public interface SslInfo
A holder for SSL session information.
- 从以下版本开始:
- 4.0
- 作者:
- Rossen Stoyanchev
-
方法概要
修饰符和类型方法说明Return SSL certificates associated with the request, if any.Return the SSL session id, if any.
-
方法详细资料
-
getSessionId
Return the SSL session id, if any. -
getPeerCertificates
Return SSL certificates associated with the request, if any.
-