Revoked
class Revoked(message: String?, cause: Throwable? = null, val certificateChain: List<X509Certificate>, val revokedCertificate: X509Certificate) : RevocationException(source)
Constructors
Link copied to clipboard
constructor(message: String?, cause: Throwable? = null, certificateChain: List<X509Certificate>, revokedCertificate: X509Certificate)