net.ripe.rpki.commons.crypto.crl
Class X509Crl.Entry

java.lang.Object
  extended by net.ripe.rpki.commons.util.EqualsSupport
      extended by 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

Constructor Summary
X509Crl.Entry(BigInteger serial, org.joda.time.DateTime revocationDateTime)
           
X509Crl.Entry(X509CRLEntry entry)
           
 
Method Summary
 int compareTo(X509Crl.Entry o)
           
 org.joda.time.DateTime getRevocationDateTime()
           
 BigInteger getSerialNumber()
           
 
Methods inherited from class net.ripe.rpki.commons.util.EqualsSupport
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

X509Crl.Entry

public X509Crl.Entry(BigInteger serial,
                     org.joda.time.DateTime revocationDateTime)

X509Crl.Entry

public X509Crl.Entry(X509CRLEntry entry)
Method Detail

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-2015 RIPE NCC, the Netherlands. All Rights Reserved.