jsdsi
Class Revocation

java.lang.Object
  |
  +--jsdsi.Obj
        |
        +--jsdsi.OnlineTest
              |
              +--jsdsi.Revocation

public class Revocation
extends OnlineTest

Checks whether a certificate appears on a revocation list.

Author:
Sameer Ajmani

Constructor Summary
Revocation(Principal p, java.net.URL[] u)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
(package private)  Sexp[] getSexpParts()
           
(package private)  java.lang.String getSexpType()
           
 int hashCode()
           
(package private) static Revocation parseRevocation(Principal p, java.net.URL[] u, java.util.Iterator obody)
           
 
Methods inherited from class jsdsi.OnlineTest
getPrincipal, getURLs, parseOnlineTest, toSexp
 
Methods inherited from class jsdsi.Obj
parseObj, parseObj, toByteArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Revocation

public Revocation(Principal p,
                  java.net.URL[] u)
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class OnlineTest

hashCode

public int hashCode()
Overrides:
hashCode in class OnlineTest

getSexpType

java.lang.String getSexpType()
Specified by:
getSexpType in class OnlineTest

getSexpParts

Sexp[] getSexpParts()
Specified by:
getSexpParts in class OnlineTest

parseRevocation

static Revocation parseRevocation(Principal p,
                                  java.net.URL[] u,
                                  java.util.Iterator obody)
                           throws SexpParseException
SexpParseException