CustomCertStore

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
Link copied to clipboard
fun isTrusted(chain: Array<X509Certificate>, authType: String, trustSystemCerts: Boolean, appInForeground: StateFlow<Boolean>?): Boolean

Determines whether a certificate chain is trusted.

Link copied to clipboard

Determines whether a certificate has been explicitly accepted by the user. In this case, we can ignore an invalid host name for that certificate.

Link copied to clipboard