新增 国密二加密方式Util

This commit is contained in:
Lemon
2024-05-07 14:06:42 +08:00
parent 7e1990c2c1
commit 8e719f6bd7
2 changed files with 260 additions and 0 deletions

View File

@@ -178,6 +178,20 @@
<version>3.10.2</version>
</dependency>
<dependency>
<groupId>Sm2Util</groupId>
<artifactId>Sm2Util</artifactId>
<version>1.0.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpg-jdk18on -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpg-jdk18on</artifactId>
<version>1.77</version>
</dependency>
</dependencies>
<build>