X509CRLEntryImpl.this

Constructs a revoked certificate entry using the given serial number, revocation date and the entry extensions.

@param num the serial number of the revoked certificate. @param date the Date on which revocation took place. @param crlEntryExts the extensions for this entry.

  1. this(BigInteger num, Date date)
  2. this(BigInteger num, Date date, CRLExtensions crlEntryExts)
    class X509CRLEntryImpl
  3. this(byte[] revokedCert)
  4. this(DerValue derValue)

Meta