summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_auth_sl20/src/main/java/at/gv/egiz/eaaf/modules/auth/sl20/utils/JsonSecurityUtils.java
AgeCommit message (Expand)AuthorFilesLines
2023-08-21feat(sl20): add basic certificate-validity check into JWS validationThomas1-2/+8
2022-08-18refact(sl20): switch to one single JSONMapper instsanceThomas1-9/+6
2022-08-11refact(core): move JoseUtils into 'eaaf-utils' moduleThomas1-1/+2
2020-11-02change order of IAIK CryptoProvider registrationThomas Lenz1-2/+8
2020-10-07implement work-around to fix possible incompatibility between IAIK JCE/Eccele...Thomas Lenz1-19/+19
2020-08-26refactor JWS and JWE implementation in SL2.0 module to reuse JWS and JWE spec...Thomas Lenz1-142/+61
2020-06-22fix problem with JOSE encryption in combination with HSM-FacadeThomas Lenz1-1/+11
2020-06-19fix bug in SL20 JOSE-Utils that prohibits HSM-Facade Usage and only allows RS...Thomas Lenz1-6/+34
2020-03-20add JOSE header into JWS verificationresult DAOThomas Lenz1-17/+20
2020-03-10inject X509 certificates into JOSE signature-verification response if availableThomas Lenz1-1/+1
2020-02-17Update sign method to add parameter for JOSE x509c headerThomas Lenz1-23/+51
2020-02-17update EaafKeyStoreFactory to get the Security Provider if the KeyStore depen...Thomas Lenz1-67/+68
2020-02-14add common-code for KeyStore and Credential handlingThomas Lenz1-140/+131
2019-12-05some code code-style modificationsThomas1-66/+41
2019-12-04to some more code quality tasksThomas1-4/+8
2019-12-04common EGIZ code-style refactoringThomas Lenz1-370/+403
2019-11-14refactor JoseTools to support JWS signature verification by using one truststoreThomas Lenz1-68/+94
2019-06-28some small updatesThomas Lenz1-29/+29
2019-04-11add EAAF module for authentication method based on Security-Layer 2.0 communi...Thomas Lenz1-0/+394