接口 SslInfo

所有已知实现类:
DefaultSslInfo

public interface SslInfo
A holder for SSL session information.
从以下版本开始:
4.0
作者:
Rossen Stoyanchev
  • 方法详细资料

    • getSessionId

      @Nullable String getSessionId()
      Return the SSL session id, if any.
    • getPeerCertificates

      @Nullable X509Certificate[] getPeerCertificates()
      Return SSL certificates associated with the request, if any.