I need to do RSA encryption for that i need to have SecKeyRef object for the public Key i have. Do i still need to add to the Keychain and get from the Keychain as a SecKeyRef ?
Is there any way i can convert my publicKey value from NSData bytes to SecKeyref ?
Please help
Thanks