views:

406

answers:

0

Hey, all - I'm having issues with the iphone sdk. I created a key pair and can encrypt and decrypt with it with no problems. Now I need to get the public key in X.509 format to pass to a Java-based web service. SecKeychainItemExport is available in the standard Cocoa libraries, but this function apparently isn't available through the iPhone sdk.

Anyone know any workarounds? TIA!