toJcaCertificate
suspend fun X509Certificate.toJcaCertificate(): <Error class: unknown class><X509Certificate>(source)
Converts this X509Certificate to a java.security.cert.X509Certificate. This function is suspending, because it uses a mutex to lock the underlying certificate factory (which is reused for performance reasons