6883983: JarVerifier dependency on sun.security.pkcs should be removed
Reviewed-by: sherman, wetmore
This commit is contained in:
parent
6f42b7b834
commit
347f6581ea
@ -293,10 +293,8 @@ class JarVerifier {
|
|||||||
}
|
}
|
||||||
sfv.process(sigFileSigners);
|
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) {
|
} catch (IOException ioe) {
|
||||||
|
// e.g. sun.security.pkcs.ParsingException
|
||||||
if (debug != null) debug.println("processEntry caught: "+ioe);
|
if (debug != null) debug.println("processEntry caught: "+ioe);
|
||||||
// ignore and treat as unsigned
|
// ignore and treat as unsigned
|
||||||
} catch (SignatureException se) {
|
} catch (SignatureException se) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user