data class SecurityInfo
(source)
A value type holding security information for a Session.
SecurityInfo(secure: Boolean = false, host: String = "", issuer: String = "")
A value type holding security information for a Session. |
val host: String
domain for which the SSL certificate was issued. |
|
val issuer: String
name of the certificate authority who issued the SSL certificate. |
|
val secure: Boolean
true if the session is currently pointed to a URL with a valid SSL certificate, otherwise false. |