diff options
author | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-07-08 11:33:57 +0200 |
---|---|---|
committer | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-07-08 11:33:57 +0200 |
commit | ef1113edf2cafaffc3668ea27b295d9a738f1a24 (patch) | |
tree | 8ed48e6f9e2f449aa1ea01cbfc1d691855c30641 /pdf-over-commons/src | |
parent | d4012ee29fe041885c01baea41d4ac9e40e2706a (diff) | |
download | pdf-over-ef1113edf2cafaffc3668ea27b295d9a738f1a24.tar.gz pdf-over-ef1113edf2cafaffc3668ea27b295d9a738f1a24.tar.bz2 pdf-over-ef1113edf2cafaffc3668ea27b295d9a738f1a24.zip |
keystore configuration redesign for #68 and #69
(todo: trial-and-error + saving in memory)
Diffstat (limited to 'pdf-over-commons/src')
-rw-r--r-- | pdf-over-commons/src/main/java/at/asit/pdfover/commons/Constants.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pdf-over-commons/src/main/java/at/asit/pdfover/commons/Constants.java b/pdf-over-commons/src/main/java/at/asit/pdfover/commons/Constants.java index 43c3fff3..e2f46166 100644 --- a/pdf-over-commons/src/main/java/at/asit/pdfover/commons/Constants.java +++ b/pdf-over-commons/src/main/java/at/asit/pdfover/commons/Constants.java @@ -189,6 +189,8 @@ public class Constants { /** KeyStore alias config parameter */ public static final String CFG_KEYSTORE_ALIAS = "KEYSTORE_ALIAS"; + public static final String CFG_KEYSTORE_PASSSTORETYPE = "KEYSTORE_PASS_STORE_TYPE"; + /** KeyStore store password config parameter */ public static final String CFG_KEYSTORE_STOREPASS = "KEYSTORE_STOREPASS"; |