summaryrefslogtreecommitdiff
path: root/eaaf_core_utils/src/main/resources/messages/eaaf_utils_message.properties
AgeCommit message (Collapse)AuthorFilesLines
2023-05-08feat(core): add in-line method to KeyStoreFactoryThomas1-0/+5
The keystore type 'inline' can be used to build a keystore by using PEM encoded certificate and key files. Example: pkcs12:keystore?private=certs/key.pem&cert=certs/certificate.pem
2020-11-09refactor error-handling in pending-request generation-stategiesThomas Lenz1-1/+10
2020-08-27fix wrong log-message in EaafKeyStoreFactoryThomas Lenz1-0/+1
2020-08-26refactor JWS and JWE implementation in SL2.0 module to reuse JWS and JWE ↵Thomas Lenz1-0/+1
specific implementation in other classes
2020-06-18add symmetric-key functionality into EaafKeyStoreFactory that supports ↵Thomas Lenz1-0/+2
passphrase based symmetric keys and keys from HSM-Facade
2020-05-05refactor HSM-Facade initialization to JAVA Reflection API to facilitate ↵Thomas Lenz1-0/+1
usage of eaaf_core_utils without HSM-Facade
2020-03-11refactor HttpClientFactory.java to build HTTP clients with different ↵Thomas Lenz1-1/+4
authentication mechanisms
2020-02-25update eaaf-utils to HSM-Facade v0.3.0-SNAPSHOTThomas Lenz1-0/+3
2020-02-14add common-code for KeyStore and Credential handlingThomas Lenz1-1/+3
2020-02-14Integrate HSM Facade from A-SIT+Thomas Lenz1-0/+10
The EaafKeyStoreFactory can be used to build KeyStores from differend providers and types