2009-05-11 22 views

答えて

-1
SecKeyRef publicKeyReference = NULL; 
NSMutableDictionary* queryPublicKey; 

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

publicKeyReference - あなたの公開鍵表現です。 queryPublicKey - 証明書の表現です。 SecItemCopyMatching - 証明書から公開鍵を取得する機能です!

関連する問題