Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-01 | feat(core): add configuration utils to operate on specific types of ↵ | Thomas | 1 | -0/+2 | |
configuration values | |||||
2023-05-08 | feat(core): add in-line method to KeyStoreFactory | Thomas | 1 | -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-09 | refactor error-handling in pending-request generation-stategies | Thomas Lenz | 1 | -1/+10 | |
2020-08-27 | fix wrong log-message in EaafKeyStoreFactory | Thomas Lenz | 1 | -0/+1 | |
2020-08-26 | refactor JWS and JWE implementation in SL2.0 module to reuse JWS and JWE ↵ | Thomas Lenz | 1 | -0/+1 | |
specific implementation in other classes | |||||
2020-06-18 | add symmetric-key functionality into EaafKeyStoreFactory that supports ↵ | Thomas Lenz | 1 | -0/+2 | |
passphrase based symmetric keys and keys from HSM-Facade | |||||
2020-05-05 | refactor HSM-Facade initialization to JAVA Reflection API to facilitate ↵ | Thomas Lenz | 1 | -0/+1 | |
usage of eaaf_core_utils without HSM-Facade | |||||
2020-03-11 | refactor HttpClientFactory.java to build HTTP clients with different ↵ | Thomas Lenz | 1 | -1/+4 | |
authentication mechanisms | |||||
2020-02-25 | update eaaf-utils to HSM-Facade v0.3.0-SNAPSHOT | Thomas Lenz | 1 | -0/+3 | |
2020-02-14 | add common-code for KeyStore and Credential handling | Thomas Lenz | 1 | -1/+3 | |
2020-02-14 | Integrate HSM Facade from A-SIT+ | Thomas Lenz | 1 | -0/+10 | |
The EaafKeyStoreFactory can be used to build KeyStores from differend providers and types |