|
@@ -74,7 +74,7 @@ public class SecurityUtils {
|
|
} catch (BadPaddingException | IllegalBlockSizeException | KeyStoreException |
|
|
} catch (BadPaddingException | IllegalBlockSizeException | KeyStoreException |
|
|
CertificateException | UnrecoverableKeyException | IOException
|
|
CertificateException | UnrecoverableKeyException | IOException
|
|
| NoSuchPaddingException | NoSuchAlgorithmException | InvalidKeyException e) {
|
|
| NoSuchPaddingException | NoSuchAlgorithmException | InvalidKeyException e) {
|
|
- throw new RuntimeException(e);
|
|
|
|
|
|
+ return false;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|