Re: how do i make SecKeyRef object from NSData of publicKey value
Re: how do i make SecKeyRef object from NSData of publicKey value
- Subject: Re: how do i make SecKeyRef object from NSData of publicKey value
- From: Wim Lewis <email@hidden>
- Date: Mon, 28 Sep 2009 12:27:27 -0700
On Sep 27, 2009, at 8:57 PM, bosco fdo wrote:
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 ?
No, it's possible to create a SecKeyRef that isn't in any keychain.
For example, you can use SecKeychainItemImport() to parse keys in
various formats.
As Jens Alfke notes, the apple-cdsa list is the best place for this
kind of question.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden