gpt4 book ai didi

iphone - 如何从iPhone程序中的证书获取公钥?

转载 作者:行者123 更新时间:2023-12-03 20:17:33 27 4
gpt4 key购买 nike

现在我有一个包含公钥的证书,我想在iPhone SDK编程中从中获取公钥,并使用公钥通过RSA加密字符串。我该怎么办?

最佳答案

SecKeyRef publicKeyReference = NULL;
NSMutableDictionary* queryPublicKey;

SecItemCopyMatching((CFDictionaryRef)queryPublicKey, (CFTypeRef *)&publicKeyReference);

publicKeyReference - 是您的公钥表示形式;queryPublicKey - 是您的证书表示形式;SecItemCopyMatching - 允许您从证书检索公钥的功能!

关于iphone - 如何从iPhone程序中的证书获取公钥?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/847240/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com