fi.hut.tcm.spki
Class SignatureVerifier

java.lang.Object
  |
  +--fi.hut.tcm.spki.SignatureVerifier

public class SignatureVerifier
extends java.lang.Object


Field Summary
private  byte[] bytes
           
private  java.util.ArrayList certCache
           
private  sun.security.util.ManifestDigester manDig
           
private  java.lang.String name
           
 
Constructor Summary
SignatureVerifier(java.util.ArrayList certCache, sun.security.util.ManifestDigester manDig, java.lang.String name, byte[] bytes)
          Creates a new SignatureVerifier.
 
Method Summary
 void process(java.util.Hashtable hash)
          Processes the certificates and adds good ones to a hashtable
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

certCache

private java.util.ArrayList certCache

manDig

private sun.security.util.ManifestDigester manDig

name

private java.lang.String name

bytes

private byte[] bytes
Constructor Detail

SignatureVerifier

public SignatureVerifier(java.util.ArrayList certCache,
                         sun.security.util.ManifestDigester manDig,
                         java.lang.String name,
                         byte[] bytes)
Creates a new SignatureVerifier.
Parameters:
certCache - currently ignored
manDig - digest of the manifest file
name - hash table key
bytes - the SPKI certificate(s) to check
Method Detail

process

public void process(java.util.Hashtable hash)
             throws java.lang.Exception
Processes the certificates and adds good ones to a hashtable
Parameters:
certs - the hashtable to add certs to