X509CRLImpl.getRevokedCertificate

Gets the CRL entry with the given serial number from this CRL.

@return the entry with the given serial number, or <code>null</code> if no such entry exists in the CRL. @see X509CRLEntry

  1. X509CRLEntry getRevokedCertificate(BigInteger serialNumber)
    class X509CRLImpl
    override
    getRevokedCertificate
  2. X509CRLEntry getRevokedCertificate(X509Certificate cert)

Meta