Re: [android-developers] Creating keys for usage with KeyChain

2012-11-16 Thread Nikolay Elenkov
On Mon, Oct 22, 2012 at 10:40 AM, Nikolay Elenkov
nikolay.elen...@gmail.com wrote:
 On Thu, Oct 18, 2012 at 1:47 PM, Anders Rundgren
 anders.rundg...@telia.com wrote:
 Google can create keys accessible through KeyChain using the browser and
 keygen.

 How can mere mortals do the same thing?


JB 4.2 now has KeyStore and KeyPairGenerator implementations that use
the system keychain. Those are not public (yet) and disabled by default though.
Maybe they plan to open it in the next version.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Creating keys for usage with KeyChain

2012-10-21 Thread Anders Rundgren
Google can create keys accessible through KeyChain using the browser and 
keygen.

How can mere mortals do the same thing?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Creating keys for usage with KeyChain

2012-10-21 Thread Nikolay Elenkov
On Thu, Oct 18, 2012 at 1:47 PM, Anders Rundgren
anders.rundg...@telia.com wrote:
 Google can create keys accessible through KeyChain using the browser and
 keygen.

 How can mere mortals do the same thing?


Not sure what exactly you are trying to do. The keystore has interfaces for
storing keys (and since JB directly generating), but those are not
public. Anyone
(i.e., not system-level permission required) can use them though, so the
Android browser probably is. Of course if you use them, you risk
breaking in the
next Android version.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en