public interface SslInfo
| Modifier and Type | Method and Description |
|---|---|
java.security.cert.X509Certificate[] |
getPeerCertificates()
Return SSL certificates associated with the request, if any.
|
java.lang.String |
getSessionId()
Return the SSL session id, if any
|