sdsi
Class ClosureProver

java.lang.Object
  |
  +--sdsi.Utility
        |
        +--sdsi.ClosureProver

public class ClosureProver
extends Utility

Generates a Sequence of signed certificates that derives the given certificate. Uses information on the certificate closure from the cache.

Author:
Sameer Ajmani

Field Summary
 
Fields inherited from class sdsi.Utility
_cache, DEBUG
 
Constructor Summary
ClosureProver()
           
 
Method Summary
 Sequence prove(CertCache cache, Cert cert)
           
 
Methods inherited from class sdsi.Utility
anyNull, getIssuerKey, getIssuerSig, getKey, getSequence, getSubjectKey, getValidity, onChain, onStack, popStack, pushStack, topStack, validStack
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClosureProver

public ClosureProver()
Method Detail

prove

public Sequence prove(CertCache cache,
                      Cert cert)
               throws SDSIException
SDSIException