我正在尝试从kSecAttrApplicationTag(我从URL获取公钥信息)中提取模数。我想比较来自服务器和手动输入的公钥。如果两者相同,那么我们将允许用户继续。否则,它将取消用户的请求。这是一段代码:SecTrustReftrust=[protectionSpaceserverTrust];SecKeyRefpublicKey=SecTrustCopyPublicKey(trust);//herei'mgettingcompleteSecKeyRefinfoNSMutableDictionary*queryPublicKey=[[NSMutableDictionaryalloc