views:

288

answers:

1

I am trying to verify the user identity on my application using a certificate / identity that the user has stored by opening a .cer / .p12 attached to an email. The certificate appears on the settings app of the phone under the group "Configuration Profiles".

Is there any way of accessing the certificate using the iphone SDK (I have tried to use the Security Framework, but it seems that it is only possible to access certificates stored in the application keychain or other keychains from its group)?

A: 

how to get keypair in iPhone sdk same like ssh-keygen..? system('ssh-keygen') will not work on device, so, any other solution..?

Like CryptoExcercise?

Paresh Thakor