This commit is contained in:
Looly
2023-03-09 20:51:23 +08:00
parent 8eb7352d14
commit 1a8a97e7b8
3 changed files with 8 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ public enum GlobalBouncyCastleProvider {
GlobalBouncyCastleProvider() {
try {
this.provider = ProviderFactory.createBouncyCastleProvider();
} catch (final NoClassDefFoundError e) {
} catch (final NoClassDefFoundError | NoSuchMethodError e) {
// ignore
}
}