标签: ios iphone ssl
我想从我的ios应用程序创建SSL公钥和私钥,然后通过在服务器上传来共享公钥。我知道这不是一种通常的方式,但我需要创建一个独特的设备密钥对,所以为此,我想从iPhone应用程序生成SSL密钥并将其上传到服务器。然后我会将它用于我未来的API请求。它甚至可能吗?
我不知道它,也无法在网上找到任何资源。
答案 0 :(得分:0)
Apple在这里说明了这一点
https://developer.apple.com/documentation/security/certificate_key_and_trust_services/keys/generating_new_cryptographic_keys?language=objc
使用SecKeyCreateRandomKey和SecKeyCopyPublicKey