Trusted

data class Trusted(val fingerprint: String, val host: String) : ValidationEvent

The certificate is trusted.

Constructors

Link copied to clipboard
constructor(fingerprint: String, host: String)

Properties

Link copied to clipboard
val fingerprint: String

The SHA-256 fingerprint of the certificate.

Link copied to clipboard
val host: String

The host for which the certificate was validated.