summaryrefslogtreecommitdiff
path: root/eaaf_core_utils/src/test/java/at/gv/egiz/eaaf/core/test/credentials/EaafKeyStoreFactoryTest.java
AgeCommit message (Collapse)AuthorFilesLines
2023-08-21feat(sl20): add basic certificate-validity check into JWS validationThomas1-1/+1
The check can be disabled by using the configuration property: modules.sl20.security.truststore.need.valid.certificate
2023-07-12feat(hsm-facade): make trusted SSL-certificate optional for HSM-Facade ↵Thomas1-20/+17
initialization
2023-05-08feat(core): add in-line method to KeyStoreFactoryThomas1-0/+83
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
2021-09-20switch to HSM-Facade 0.7.2 and add optional configuration property for gRPC ↵Thomas1-0/+28
deadline, see https://grpc.io/blog/deadlines/
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 ↵Thomas Lenz1-1/+23
Security-Provider
2020-06-18add symmetric-key functionality into EaafKeyStoreFactory that supports ↵Thomas Lenz1-0/+162
passphrase based symmetric keys and keys from HSM-Facade
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 ↵Thomas Lenz1-17/+31
depends on a special provider implementation
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
The EaafKeyStoreFactory can be used to build KeyStores from differend providers and types