From be7b4a37fb0844e9f1b9ed91742af3d204f68f22 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 26 Aug 2020 16:21:39 +0200 Subject: refactor JWS and JWE implementation in SL2.0 module to reuse JWS and JWE specific implementation in other classes --- .../src/main/resources/messages/eaaf_utils_message.properties | 1 + 1 file changed, 1 insertion(+) (limited to 'eaaf_core_utils/src/main/resources/messages/eaaf_utils_message.properties') 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 572a3f5a..6f1b1f94 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 @@ -14,6 +14,7 @@ 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.key.00=Can not generate passphrase based symmetric-key: {0} Reason: {1} +internal.key.01=Can not use key from Keystore: {0} Reason: {1} 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 -- cgit v1.2.3