summaryrefslogtreecommitdiff
path: root/eaaf_core_utils/src/main/resources/messages/eaaf_utils_message.properties
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2020-05-05 14:59:51 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2020-05-05 14:59:51 +0200
commit8577b14115b819f4173b892a75094b708d03958a (patch)
treebef4de112d42f337fec2995b0e6fd33b6f0b94a9 /eaaf_core_utils/src/main/resources/messages/eaaf_utils_message.properties
parent36fafda8e3b953d3d1cba91efeb4fc82388b0445 (diff)
downloadEAAF-Components-8577b14115b819f4173b892a75094b708d03958a.tar.gz
EAAF-Components-8577b14115b819f4173b892a75094b708d03958a.tar.bz2
EAAF-Components-8577b14115b819f4173b892a75094b708d03958a.zip
refactor HSM-Facade initialization to JAVA Reflection API to facilitate usage of eaaf_core_utils without HSM-Facade
Diffstat (limited to 'eaaf_core_utils/src/main/resources/messages/eaaf_utils_message.properties')
-rw-r--r--eaaf_core_utils/src/main/resources/messages/eaaf_utils_message.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/eaaf_core_utils/src/main/resources/messages/eaaf_utils_message.properties b/eaaf_core_utils/src/main/resources/messages/eaaf_utils_message.properties
index b20c5f63..e0c86b03 100644
--- a/eaaf_core_utils/src/main/resources/messages/eaaf_utils_message.properties
+++ b/eaaf_core_utils/src/main/resources/messages/eaaf_utils_message.properties
@@ -11,6 +11,7 @@ internal.keystore.06=KeyStore: {0} initialization failed. Reason: {1}
internal.keystore.07=Validation of KeyStore: {0} failed. Reason: {1}
internal.keystore.08=Can not access Key: {1} in KeyStore: {0}
internal.keystore.09=Can not access Key: {1} in KeyStore: {0} Reason: {2}
+internal.keystore.10=HSM-Facade NOT INITIALIZED. Find HSM-Facade class: {0} put that looks WRONG.
internal.httpclient.00=HttpClient:{0} uses http Basic-Auth, but 'Username' is NOT set
internal.httpclient.01=HttpClient:{0} uses X509 client-auth, but 'KeyStoreConfig' is NOT set