From 86d2a12c001e74a1a549768eeb25ca0d1d389757 Mon Sep 17 00:00:00 2001 From: Tobias Kellner Date: Thu, 8 Oct 2015 17:55:01 +0200 Subject: Add keystore configuration --- .../gui/workflow/config/ConfigProvider.java | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/config/ConfigProvider.java') diff --git a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/config/ConfigProvider.java b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/config/ConfigProvider.java index ac67fb9b..30063efa 100644 --- a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/config/ConfigProvider.java +++ b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/workflow/config/ConfigProvider.java @@ -162,6 +162,36 @@ public interface ConfigProvider { */ public boolean getSignaturePdfACompat(); + /** + * Gets whether keystore signing is enabled + * @return whether keystore signing is enabled + */ + public Boolean getKeyStoreEnabled(); + + /** + * Gets the keystore file + * @return the keystore file + */ + public String getKeyStoreFile(); + + /** + * Gets the keystore type + * @return the keystore type + */ + public String getKeyStoreType(); + + /** + * Gets the keystore store password + * @return the keystore store password + */ + public String getKeyStoreStorePass(); + + /** + * Gets the keystore key password + * @return the keystore key password + */ + public String getKeyStoreKeyPass(); + /** * Gets whether to automatically check for application updates * @return whether to automatically check for application updates -- cgit v1.2.3