Tongsuo-Java-SDK is a Java Security Provider that implements parts of the Java Cryptography Extension and Java Secure Socket Extension. - tongsuo-java-sdk/settings.gradle at master · Tongsuo-Project/tongsuo-java-sdk
Tongsuo-Java-SDK is a Java Security Provider (JSP) that implements parts of the Java Cryptography Extension (JCE) and Java Secure Socket Extension (JSSE). It uses Tongsuo to provide cryptographic primitives and Transport Layer Security (TLS) for Java applications on Android and OpenJDK. See th...
static final String NAME = "Tongsuo_Security_Provider"; private static final double VERSION_NUM = 1.0D; public TongsuoProvider() { super(NAME, VERSION_NUM, INFO); } } 20 changes: 20 additions & 0 deletions 20 openjdk/src/main/java/net/tongsuo/TongsuoX509Certificate.java Original ...
Tongsuo-Java-SDK is a Java Security Provider that implements parts of the Java Cryptography Extension and Java Secure Socket Extension. - 支持Tongsuo-8.4.0 · Issue #13 · Tongsuo-Project/tongsuo-java-sdk
Tongsuo-Project/tongsuo-java-sdkPublic forked fromgoogle/conscrypt NotificationsYou must be signed in to change notification settings Fork13 Star22 Code Issues12 Pull requests3 Actions Projects Security Insights Additional navigation options New issue ...
Tongsuo-Java-SDK is a Java Security Provider that implements parts of the Java Cryptography Extension and Java Secure Socket Extension. - support tlcp · Tongsuo-Project/tongsuo-java-sdk@df4e982
期望提供SSLContext/SSLEngine实现TLCP协议支持ECC-SM2-SM4-CBC-SM3/ECC-SM2-SM4-GCM-SM3/ECDHE-SM2-SM4-CBC-SM3/ECDHE-SM2-SM4-GCM-SM3算法套件 Member dongbeiouba commented Dec 25, 2023 收到,感谢反馈! Sign up for free to join this conversation on GitHub. Already have an account? Sign in ...
Tongsuo-Project / tongsuo-java-sdk Public forked from google/conscrypt Notifications Fork 13 Star 22 Code Issues 12 Pull requests 3 Actions Projects Security Insights New issue 支持Windows系统 #30 Open dongbeiouba opened this issue Apr 19, 2023· 1 comment ...
运行SM4 demo出现以下错误: java.security.NoSuchAlgorithmException: No such algorithm: SM4/GCM/NoPadding at javax.crypto.Cipher.getInstance(Cipher.java:691) at javax.crypto.Cipher.getInstance(Cipher.java:599) at com.alibaba.encdb.example.main(exam...
tongsuo-openjdk依赖无法下载 #32 Open wenzi116 opened this issue Apr 19, 2023· 0 comments Comments wenzi116 commented Apr 19, 2023 • edited 完全按照文档复制的pom文件这个依赖拉不下来,maven配置了阿里的公共仓库,拉其他依赖没问题,阿里云的仓库也没搜到对应jar Sign up for free to join this...