iOS/Swift x509 certificate, sign string

天大地大妈咪最大 提交于 2019-12-11 03:05:41

问题


I have x509 certificate (.crt) and private key (.key) I need to sign some string using a certificate in PKCS#7 detached signature(UTF8)

Can you explain how to distribute certificate (key) and sign?

UPDATE: it seems that i need analog of Cryptographic Message Syntax Services for iOs Is openSsl only one way to sign message using certificate?

来源:https://stackoverflow.com/questions/43227984/ios-swift-x509-certificate-sign-string

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!