I have developed an iPhone application in which I am encrypting and decrypting data using public and private key. I want to see this keys in the Keychain. I got the keychain en
You must acces the keychain through the keychain API, just like explained in this example.