android-components / mozilla.components.browser.session / Session / SecurityInfo

SecurityInfo

data class SecurityInfo (source)

A value type holding security information for a Session.

Constructors

<init>

SecurityInfo(secure: Boolean = false, host: String = "", issuer: String = "")

A value type holding security information for a Session.

Properties

host

val host: String

domain for which the SSL certificate was issued.

issuer

val issuer: String

name of the certificate authority who issued the SSL certificate.

secure

val secure: Boolean

true if the session is currently pointed to a URL with a valid SSL certificate, otherwise false.