de.cscc.crypto.provider
Class JHBCI.JarVerifier
java.lang.Object
de.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.
|
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.