certificate

@get:JvmName(name = "certificate")
val certificate: X509Certificate


@JvmName(name = "-deprecated_certificate")
fun certificate(): X509Certificate

Deprecated (with error)

moved to val

Replace with

certificate