de.cscc.crypto.provider
Class JHBCI.JarVerifier

java.lang.Object
  extended byde.cscc.crypto.provider.JHBCI.JarVerifier
Enclosing class:
JHBCI

public static class JHBCI.JarVerifier
extends Object


Method Summary
protected  void finalize()
           
 void verify(X509Certificate targetCert)
          First, retrieve the jar file from the URL passed in constructor.
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

verify

public void verify(X509Certificate targetCert)
            throws IOException
First, retrieve the jar file from the URL passed in constructor. Then, compare it to the expected X509Certificate. If everything went well and the certificates are the same, no exception is thrown.

Throws:
IOException

finalize

protected void finalize()
                 throws Throwable
Throws:
Throwable


Copyright © 2001, 2002 by Uwe Günther. See the COPYING file for more details. Browse the source as HTML.