Cocoa SecCertificateCreateWithData
方法接受DER编码的X.509证书作为其输入,请参阅https://developer.apple.com/library/ios/documentation/Security/Reference/certifkeytrustservices/index.html#//apple_ref/c/func/SecCertificateCreateWithData
但我只想加密公钥,而不是其他不必要的东西。我可以用Cocoa做到这一点吗?也许使用openssl可能会有效,但我会在它无法工作之前考虑Cocoa。