verifyBlocking

fun verifyBlocking(domain: String, certificate: X509Certificate)(source)

Blocking version of verify on the default instance.

See also


fun verifyBlocking(domain: String, certificate: String)(source)

Blocking version of verify with PEM on the default instance.

See also