summaryrefslogtreecommitdiff
path: root/eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/credential/KeyStoreConfiguration.java
AgeCommit message (Collapse)AuthorFilesLines
2023-05-08feat(core): add in-line method to KeyStoreFactoryThomas1-1/+6
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-07-03updaste KeyStoreFactory and KeyStoreUtils to fix incompatibility with ↵Thomas Lenz1-2/+7
Shibboleth IDP implementation
2020-02-17update jUnit tests to operate on HSM Facade from A-Sit+Thomas Lenz1-12/+13
2020-02-14add common-code for KeyStore and Credential handlingThomas Lenz1-5/+36
2020-02-14Integrate HSM Facade from A-SIT+Thomas Lenz1-3/+137
The EaafKeyStoreFactory can be used to build KeyStores from differend providers and types
2020-02-12add first untested version of EaafKeyStoreFactory that supports ↵Thomas Lenz1-0/+59
Software-Keystore and HSM-Facade