Package net.ripe.rpki.commons.crypto.crl
Class X509Crl.Entry
- java.lang.Object
-
- net.ripe.rpki.commons.crypto.crl.X509Crl.Entry
-
- All Implemented Interfaces:
Serializable,Comparable<X509Crl.Entry>
- Enclosing class:
- X509Crl
public static class X509Crl.Entry extends Object implements Comparable<X509Crl.Entry>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Entry(BigInteger serial, org.joda.time.DateTime revocationDateTime)Entry(X509CRLEntry entry)
-
-
-
Constructor Detail
-
Entry
public Entry(BigInteger serial, org.joda.time.DateTime revocationDateTime)
-
Entry
public Entry(X509CRLEntry entry)
-
-
Method Detail
-
compareTo
public int compareTo(X509Crl.Entry o)
- Specified by:
compareToin interfaceComparable<X509Crl.Entry>
-
-