Skip to content

Commit 8384bf4

Browse files
author
lgajos
committed
removed bouncycastle
1 parent 85bb3a0 commit 8384bf4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/main/java/notepack/Main.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import java.security.Security;
44
import java.util.ResourceBundle;
5+
56
import javafx.application.Application;
67
import javafx.fxml.FXMLLoader;
78
import javafx.scene.Parent;
@@ -10,7 +11,6 @@
1011
import javafx.stage.Stage;
1112
import notepack.app.domain.Settings;
1213
import notepack.app.storage.PreferencesSettings;
13-
import org.bouncycastle.jce.provider.BouncyCastleProvider;
1414

1515
public class Main extends Application {
1616

@@ -30,8 +30,6 @@ public static void main(String[] args) {
3030
@Override
3131
public void start(Stage stage) throws Exception {
3232

33-
Security.addProvider(new BouncyCastleProvider());
34-
3533
FXMLLoader loader = new FXMLLoader(getClass().getResource("MainView.fxml"));
3634
loader.setResources(ResourceBundle.getBundle("notepack.fonts.FontAwesome"));
3735

0 commit comments

Comments
 (0)