X509CRLEntry.getRevocationReason

Returns the reason the certificate has been revoked, as specified in the Reason Code extension of this CRL entry.

@return the reason the certificate has been revoked, or {@code null} if this CRL entry does not have a Reason Code extension @since 1.7

  1. CRLReason getRevocationReason()
    class X509CRLEntry
    getRevocationReason
    ()
  2. CRLReason getRevocationReason(X509CRLEntry crlEntry)

Meta