net.ripe.rpki.commons.crypto.crl
Class X509Crl.Entry
java.lang.Object
net.ripe.rpki.commons.util.EqualsSupport
net.ripe.rpki.commons.crypto.crl.X509Crl.Entry
- All Implemented Interfaces:
- Serializable, Comparable<X509Crl.Entry>
- Enclosing class:
- X509Crl
public static class X509Crl.Entry
- extends EqualsSupport
- implements Comparable<X509Crl.Entry>, Serializable
- See Also:
- Serialized Form
X509Crl.Entry
public X509Crl.Entry(BigInteger serial,
org.joda.time.DateTime revocationDateTime)
X509Crl.Entry
public X509Crl.Entry(X509CRLEntry entry)
getSerialNumber
public BigInteger getSerialNumber()
getRevocationDateTime
public org.joda.time.DateTime getRevocationDateTime()
compareTo
public int compareTo(X509Crl.Entry o)
- Specified by:
compareTo in interface Comparable<X509Crl.Entry>
Copyright © 2008-2012 RIPE NCC, the Netherlands. All Rights Reserved.