summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_auth_sl20/src/test/java/at/gv/egiz/eaaf/modules/auth/sl20/utils/AbstractJsonSecurityUtilsTest.java
AgeCommit message (Collapse)AuthorFilesLines
2022-08-11refact(core): move JoseUtils into 'eaaf-utils' moduleThomas1-0/+1
2021-11-26update to HSM-Facade-Provider v0.8.0 to fix problem with RSA-OAEPThomas1-3/+2
2021-09-03add jUnit test that uses RSASSA-PSS algorithmThomas1-0/+27
2020-12-09update jUnit for JWE encryption by using HSM-FacadeThomas Lenz1-2/+50
2020-11-02change order of IAIK CryptoProvider registrationThomas Lenz1-1/+31
Update JWS and JWE impl. to mitigate problems if IAIK and BC provider are loaded
2020-10-07implement work-around to fix possible incompatibility between IAIK ↵Thomas Lenz1-11/+11
JCE/Eccelerate and JWS lib in case of ECC keys
2020-08-26refactor JWS and JWE implementation in SL2.0 module to reuse JWS and JWE ↵Thomas Lenz1-126/+124
specific implementation in other classes
2020-06-22fix problem with JOSE encryption in combination with HSM-FacadeThomas Lenz1-0/+292
add jUnit test for JoseUtils