summaryrefslogtreecommitdiff
path: root/eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/credential/EaafKeyStoreFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/credential/EaafKeyStoreFactory.java')
-rw-r--r--eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/credential/EaafKeyStoreFactory.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/credential/EaafKeyStoreFactory.java b/eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/credential/EaafKeyStoreFactory.java
index 4abf23e0..0cdb4a65 100644
--- a/eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/credential/EaafKeyStoreFactory.java
+++ b/eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/credential/EaafKeyStoreFactory.java
@@ -148,8 +148,8 @@ public class EaafKeyStoreFactory {
EaafKeyStoreFactory.class.getSimpleName());
} else {
- log.warn("HSM-Facade class is type of 'java.security.Provider': {}", rawProvider instanceof Provider);
- log.warn("HSM-Facade class is supported 'init' method: {}", rawProvider instanceof Provider);
+ log.warn("Is HSM-Facade class type of 'java.security.Provider': {}", rawProvider instanceof Provider);
+ log.warn("Has HSM-Facade class supported 'init' method: {}", initMethod != null);
throw new EaafException(ERRORCODE_10, new Object[] {HSM_FACADE_PROVIDER_CLASS});
}