Class CertRevInfoWithSerial

    • Constructor Detail

      • CertRevInfoWithSerial

        public CertRevInfoWithSerial​(long id,
                                     BigInteger serial,
                                     org.xipki.security.CrlReason reason,
                                     Instant revocationTime,
                                     Instant invalidityTime)
      • CertRevInfoWithSerial

        public CertRevInfoWithSerial​(long id,
                                     BigInteger serial,
                                     int reasonCode,
                                     Instant revocationTime,
                                     Instant invalidityTime)
    • Method Detail

      • getId

        public long getId()
      • getReason

        public org.xipki.security.CrlReason getReason()
      • getRevocationTime

        public Instant getRevocationTime()
        Gets the revocation time.
        Returns:
        revocation time, never be null
      • getInvalidityTime

        public Instant getInvalidityTime()
        Get the invalidity time.
        Returns:
        invalidity time, may be null
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object