Unexpected Ssl Cert Fingerprint Event
data class UnexpectedSslCertFingerprintEvent(val sslCertFingerprint: String? = null) : Event
Content copied to clipboard
Event data class used to report mismatch of sent SSL Certificate Fingerprint with the one on the server.
Constructors
Link copied to clipboard
fun UnexpectedSslCertFingerprintEvent(sslCertFingerprint: String? = null)
Content copied to clipboard