public static class X509Crl.Entry extends EqualsSupport implements Comparable<X509Crl.Entry>, Serializable
| Constructor and Description |
|---|
Entry(BigInteger serial,
org.joda.time.DateTime revocationDateTime) |
Entry(X509CRLEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(X509Crl.Entry o) |
org.joda.time.DateTime |
getRevocationDateTime() |
BigInteger |
getSerialNumber() |
equals, hashCode, toStringpublic Entry(BigInteger serial, org.joda.time.DateTime revocationDateTime)
public Entry(X509CRLEntry entry)
public BigInteger getSerialNumber()
public org.joda.time.DateTime getRevocationDateTime()
public int compareTo(X509Crl.Entry o)
compareTo in interface Comparable<X509Crl.Entry>Copyright © 2008–2021 RIPE Network Coordination Centre (RIPE NCC). All rights reserved.