public class CertRevInfoWithSerial extends org.xipki.security.CertRevocationInfo 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) |
long |
getId() |
BigInteger |
getSerial() |
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 int compareTo(CertRevInfoWithSerial other)
compareTo in interface Comparable<CertRevInfoWithSerial>Copyright © 2018. All rights reserved.