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 |
certCache
private java.util.ArrayList certCache
manDig
private sun.security.util.ManifestDigester manDig
name
private java.lang.String name
bytes
private byte[] bytes
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 ignoredmanDig
- digest of the manifest filename
- hash table keybytes
- the SPKI certificate(s) to check
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