Re: SecKeyRef object without KeyChain
Re: SecKeyRef object without KeyChain
- Subject: Re: SecKeyRef object without KeyChain
- From: Jens Alfke <email@hidden>
- Date: Wed, 07 Sep 2011 15:14:33 -0700
On Sep 7, 2011, at 2:02 PM, email@hidden wrote:
> Conrad's suggestion sounds worth a try if you can import a cert on iOS.
If you already have the key wrapped in a cert, it’s easy. Creating X.509 certs is difficult, though; they’re in ASN.1, a very fiddly binary format. And wrapping the key in a cert can’t be done on the receiver’s side, because signing the cert requires the private key. So if you’re in a situation where you just have the raw public key, it won’t help.
—Jens_______________________________________________
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