Commit Graph

30 Commits

Author SHA1 Message Date
siujamo 4965a95297 feat: load EC public key with given x, y and curve name 2025-06-09 12:40:29 +08:00
siujamo 7dfd02f11e refactor: fix exception message typo 2025-06-09 12:00:43 +08:00
siujamo a4d42722ad docs: add docs for loading RSA public key with modulus and exponent 2025-06-09 11:52:37 +08:00
siujamo e03cc180c9 feat: load RSA public key via modulus and exponent 2025-06-09 11:49:57 +08:00
siujamo 6ac9f1ae49 refactor: renamed key pair loader 2025-06-09 11:49:27 +08:00
siujamo a8029d6ca7 docs: added developer information 2025-05-22 13:43:34 +08:00
Zihlu Wang be38668d00 Merge pull request #59 from onixbyte/fix/component-missing-in-key-loader 2025-05-16 14:48:31 +08:00
siujamo 020a5eae6d chore: upgrade dependencies 2025-05-16 10:22:23 +08:00
siujamo 78f9d2d3a7 fix: missing components for RSA key pair 2025-05-16 10:03:32 +08:00
siujamo 144685d4fa Merge branch 'main' into develop 2025-04-24 15:21:16 +08:00
siujamo 31dd63efef docs: completed readme 2025-04-24 15:14:47 +08:00
siujamo 2b99dfb3f2 docs: completed javadocs 2025-04-24 15:08:06 +08:00
siujamo 998923e47e feat: load RSA key pair from pem-formatted key text 2025-04-24 14:54:32 +08:00
siujamo 098a2fd4a7 chore: downgrade junit to 5.11.4 2025-04-24 14:53:11 +08:00
siujamo fc945839d2 refactor: extract common codes 2025-04-24 13:15:46 +08:00
siujamo e3500d0b50 refactor: updated copyright information 2025-04-24 11:51:34 +08:00
siujamo 5503dc572b refactor: changed to version catalogue and upgraded dependencies 2025-04-24 11:43:41 +08:00
siujamo ef8cde211d feat: moved devkit-bom inside this project 2025-03-21 11:16:17 +08:00
siujamo f7c809b557 refactor: renamed module simple-serial to simple-serial-spring-boot-starter and removed build scripts in root build.gradle.kts 2025-03-21 10:33:52 +08:00
zihluwang fb8d6e3476 feat: extracted Base64.Decoder 2025-02-15 11:00:57 +08:00
zihluwang 0b04bf23ed docs: updated javadoc 2025-01-26 21:07:49 +08:00
zihluwang 49b6ccc917 docs: updated comments 2025-01-26 20:13:31 +08:00
zihluwang cf7e5efa62 test: tested loading ECDSA key pair from text 2025-01-26 20:05:06 +08:00
zihluwang 5f9ea34af0 feat: extracted ECDSA key pair loader 2025-01-26 18:47:46 +08:00
zihluwang 971037f160 chore: removed lombok and upgraded copyright 2025-01-25 19:53:04 +08:00
zihluwang a85c562b66 docs: added docs 2025-01-18 14:06:13 +08:00
zihluwang 96787889a6 refactor: renamed variables in build scripts 2024-10-22 22:19:05 +08:00
zihluwang 62b8cb8118 refactor: moved MapUtil implemented by reflect API to another package 2024-08-05 19:04:51 +08:00
zihluwang 7e4fdd5404 feat: load ECDSA key pairs with pem-formatted text 2024-07-27 10:10:44 +08:00
zihluwang f29be80773 feat: added key pair loader 2024-07-25 21:56:15 +08:00