summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_auth_sl20/src/main/java/at/gv/egiz/eaaf/modules/auth/sl20/utils/JoseUtils.java
AgeCommit message (Collapse)AuthorFilesLines
2022-08-11refact(core): move JoseUtils into 'eaaf-utils' moduleThomas1-374/+0
2020-11-02change order of IAIK CryptoProvider registrationThomas Lenz1-2/+12
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/+67
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-0/+308
specific implementation in other classes