summaryrefslogtreecommitdiff
path: root/eaaf_core_utils/src
AgeCommit message (Collapse)AuthorFilesLines
2020-02-17add jUnit tests for HSM Facade integration.Thomas Lenz1-2/+32
2020-02-17update jUnit tests to operate on HSM Facade from A-Sit+Thomas Lenz3-76/+112
2020-02-14add common-code for KeyStore and Credential handlingThomas Lenz7-6/+290
2020-02-14Integrate HSM Facade from A-SIT+Thomas Lenz33-310/+1442
The EaafKeyStoreFactory can be used to build KeyStores from differend providers and types
2020-02-12add first untested version of EaafKeyStoreFactory that supports ↵Thomas Lenz2-0/+275
Software-Keystore and HSM-Facade
2019-12-09fix one typeThomas Lenz1-0/+7
add TestClass
2019-12-05some code code-style modificationsThomas1-2/+2
active code-quality checks!
2019-12-04to some more code quality tasksThomas4-11/+7
2019-12-04common EGIZ code-style refactoringThomas Lenz24-2104/+2511
2019-10-22add JUnitTestStatusMessenger implementationThomas Lenz1-0/+56
2019-10-08fix problem with SSL Client Auth. and ConnectionPoolsThomas Lenz1-14/+41
2019-10-01update resource loading implementation in HttpClientFactory.javaThomas Lenz1-12/+10
2019-10-01inject ResourceLoader to facilitate Spring based resource loadingThomas Lenz1-1/+2
2019-09-18fix possible NullPointerException in HttpClientFactory.javaThomas Lenz1-3/+8
2019-09-13add SimpleStatusMessager.java that only perform String formattingThomas Lenz2-20/+264
add SSL Client authentication and http basic authentication to HttpClientFactory.java
2019-09-13refactor utils into a separate moduleThomas Lenz18-0/+2336