summaryrefslogtreecommitdiff
path: root/eaaf_core_utils/src/test/java/at/gv/egiz/eaaf/core/test/credentials/EaafKeyStoreFactoryTest.java
AgeCommit message (Expand)AuthorFilesLines
2023-08-21feat(sl20): add basic certificate-validity check into JWS validationThomas1-1/+1
2023-07-12feat(hsm-facade): make trusted SSL-certificate optional for HSM-Facade initia...Thomas1-20/+17
2023-05-08feat(core): add in-line method to KeyStoreFactoryThomas1-0/+83
2021-09-20switch to HSM-Facade 0.7.2 and add optional configuration property for gRPC d...Thomas1-0/+28
2021-09-03ignore jUnit in EaafKeyStoreFactoryTest because it looks conceptional invalidThomas1-0/+2
2020-12-28update to HSM-Facade v0.6.0 and add HealthCheck functionalityThomas Lenz1-1/+33
2020-12-07update jUnit tests to fix problem with execution orderThomas Lenz1-36/+37
2020-09-08fix some broken jUnit testsThomas Lenz1-1/+1
2020-06-19activates HSM-Facade, if HSM-Facade-Provider is an already loaded Java Securi...Thomas Lenz1-1/+23
2020-06-18add symmetric-key functionality into EaafKeyStoreFactory that supports passph...Thomas Lenz1-0/+162
2020-03-26some more editorial changesThomas Lenz1-12/+12
2020-02-25update eaaf-utils to HSM-Facade v0.3.0-SNAPSHOTThomas Lenz1-40/+0
2020-02-17update EaafKeyStoreFactory to get the Security Provider if the KeyStore depen...Thomas Lenz1-17/+31
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 Lenz1-64/+79
2020-02-14add common-code for KeyStore and Credential handlingThomas Lenz1-0/+81
2020-02-14Integrate HSM Facade from A-SIT+Thomas Lenz1-0/+555