Merge
This commit is contained in:
commit
a2481b51f8
@ -162,7 +162,7 @@ class BasicChecker extends PKIXCertPathChecker {
|
|||||||
throw new CertPathValidatorException
|
throw new CertPathValidatorException
|
||||||
(msg + " check failed", e, null, -1,
|
(msg + " check failed", e, null, -1,
|
||||||
BasicReason.INVALID_SIGNATURE);
|
BasicReason.INVALID_SIGNATURE);
|
||||||
} catch (GeneralSecurityException e) {
|
} catch (Exception e) {
|
||||||
throw new CertPathValidatorException(msg + " check failed", e);
|
throw new CertPathValidatorException(msg + " check failed", e);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user