summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_pvp2_core/src/main/java/at/gv/egiz/eaaf/modules/pvp2/impl/utils/AbstractCredentialProvider.java
AgeCommit message (Collapse)AuthorFilesLines
2020-03-20refactor SAML2 metadata signature-filter to use a TrustStore implementation ↵Thomas Lenz1-7/+11
to get trusted X509 certificates
2020-02-17update EaafKeyStoreFactory to get the Security Provider if the KeyStore ↵Thomas Lenz1-27/+31
depends on a special provider implementation
2020-02-14add common-code for KeyStore and Credential handlingThomas Lenz1-2/+9
2020-02-14Integrate HSM Facade from A-SIT+Thomas Lenz1-76/+43
The EaafKeyStoreFactory can be used to build KeyStores from differend providers and types
2020-02-10Hack: Integrate HsmFacade for signing operationsChristian Kollmann1-3/+45
2020-02-05Extract interface from AbstractCredentialProvider.javaThomas Lenz1-4/+21
Add new interface IPvpAddableChainingMetadataProvider.java and implement it in AbstractChainingMetadataProvider.java Fix possible nullPointer in Saml2Utils.java
2020-02-05add Trusted-Certificates method to AbstractCredentialProviderThomas Lenz1-60/+91
add jUnit tests for AbstractCredentialProvider change method names in AbstractCredentialProvider
2020-01-31a lot of more OpenSAML3 refactoring staffThomas Lenz1-57/+52
This version is also NOT stable!
2020-01-28first steps in openSAML3 refactoringThomas Lenz1-24/+43
2019-12-05some code code-style modificationsThomas1-16/+17
active code-quality checks!
2019-12-04to some more code quality tasksThomas1-4/+4
2019-12-04common EGIZ code-style refactoringThomas Lenz1-205/+225
2018-09-13fix typo in license header1.0.2Thomas Lenz1-2/+2
2018-07-12some more updatesThomas Lenz1-0/+24
2018-06-26initial commitThomas Lenz1-0/+201