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