fi.hut.tcm.spki
Class SPKICRL

java.lang.Object
  |
  +--java.security.cert.CRL
        |
        +--fi.hut.tcm.spki.SPKICRL
Direct Known Subclasses:
SpkiCrl

public abstract class SPKICRL
extends java.security.cert.CRL

SPKICRL


Fields inherited from class java.security.cert.CRL
type
 
Constructor Summary
protected SPKICRL()
           
 
Method Summary
abstract  boolean equals(java.lang.Object other)
           
abstract  byte[] getEncoded()
           
abstract  java.util.Date getNotAfter()
           
abstract  java.util.Date getNotBefore()
           
abstract  int getVersion()
           
abstract  boolean isValid()
           
 
Methods inherited from class java.security.cert.CRL
getType, isRevoked, toString
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

SPKICRL

protected SPKICRL()
Method Detail

equals

public abstract boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

getEncoded

public abstract byte[] getEncoded()

getVersion

public abstract int getVersion()

getNotBefore

public abstract java.util.Date getNotBefore()

getNotAfter

public abstract java.util.Date getNotAfter()

isValid

public abstract boolean isValid()