verify Blocking
fun verifyBlocking(domain: String, certificate: X509Certificate, timeout: Long = TrustPinConstants.DEFAULT_OPERATION_TIMEOUT_MS)
Blocking version of verify on the default instance.
See also
fun verifyBlocking(domain: String, certificate: String, timeout: Long = TrustPinConstants.DEFAULT_OPERATION_TIMEOUT_MS)
Blocking version of verify with PEM on the default instance.
See also
fun verifyBlocking(domain: String, chain: List<X509Certificate>, timeout: Long = TrustPinConstants.DEFAULT_OPERATION_TIMEOUT_MS)
Blocking version of verify with a certificate chain on the default instance.