6883983: JarVerifier dependency on sun.security.pkcs should be removed

Reviewed-by: sherman, wetmore
This commit is contained in:
Alan Bateman 2009-10-15 11:54:04 +01:00
parent 6f42b7b834
commit 347f6581ea

View File

@ -293,10 +293,8 @@ class JarVerifier {
}
sfv.process(sigFileSigners);
} catch (sun.security.pkcs.ParsingException pe) {
if (debug != null) debug.println("processEntry caught: "+pe);
// ignore and treat as unsigned
} catch (IOException ioe) {
// e.g. sun.security.pkcs.ParsingException
if (debug != null) debug.println("processEntry caught: "+ioe);
// ignore and treat as unsigned
} catch (SignatureException se) {