We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,在用Java解密 x509.PKCS7EncryptSM2加密的文件时,始终不能正常解密,不知道有没有大佬实现了Java端的代码
The text was updated successfully, but these errors were encountered:
这个库的PKCS#7应该也是https://github.com/mozilla-services/pkcs7 的一个拷贝国密修改版本。x509.PKCS7EncryptSM2增加了接收者为SM2证书、私钥的支持。而且这里的对称加密也只支持DES-CBC和AES-128-GCM。你可以查看你自己使用的JAVA库的CMS/PKCS7支持哪些算法和标准。
x509.PKCS7EncryptSM2
并且这里的实现也不符合《SM2密码算法消息加密签名语法规范》,不知道你在哪个场景下要使用这个方法。
Sorry, something went wrong.
No branches or pull requests
你好,在用Java解密 x509.PKCS7EncryptSM2加密的文件时,始终不能正常解密,不知道有没有大佬实现了Java端的代码
The text was updated successfully, but these errors were encountered: