public class CertRevInfoWithSerial extends Object implements Comparable<CertRevInfoWithSerial>
| Constructor and Description |
|---|
CertRevInfoWithSerial(long id,
BigInteger serial,
org.xipki.security.CrlReason reason,
Date revocationTime,
Date invalidityTime) |
CertRevInfoWithSerial(long id,
BigInteger serial,
int reasonCode,
Date revocationTime,
Date invalidityTime) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CertRevInfoWithSerial other) |
boolean |
equals(Object obj) |
long |
getId() |
Date |
getInvalidityTime()
Get the invalidity time.
|
org.xipki.security.CrlReason |
getReason() |
Date |
getRevocationTime()
Gets the revocation time.
|
BigInteger |
getSerial() |
int |
hashCode() |
public CertRevInfoWithSerial(long id,
BigInteger serial,
org.xipki.security.CrlReason reason,
Date revocationTime,
Date invalidityTime)
public CertRevInfoWithSerial(long id,
BigInteger serial,
int reasonCode,
Date revocationTime,
Date invalidityTime)
public BigInteger getSerial()
public long getId()
public org.xipki.security.CrlReason getReason()
public Date getRevocationTime()
public Date getInvalidityTime()
public int compareTo(CertRevInfoWithSerial other)
compareTo in interface Comparable<CertRevInfoWithSerial>Copyright © 2022. All rights reserved.