fetchCertificateBlocking

fun fetchCertificateBlocking(host: String, port: Int = 443, timeout: Long = TrustPinConstants.DEFAULT_OPERATION_TIMEOUT_MS): String

Blocking version of fetchCertificate on the default instance.

See also