X509CRL.getRevokedCertificate

Gets the CRL entry, if any, with the given certificate serialNumber.

@param serialNumber the serial number of the certificate for which a CRL entry is to be looked up @return the entry with the given serial number, or null if no such entry exists in this CRL. @see X509CRLEntry

  1. X509CRLEntry getRevokedCertificate(BigInteger serialNumber)
    class X509CRL
    abstract
    getRevokedCertificate
  2. X509CRLEntry getRevokedCertificate(X509Certificate certificate)

Meta