[android-developers] Re: Security framework available on android??

2009-09-10 Thread Jason Proctor

sudeep -- posting massively general questions like this to the 
android dev list is probably not going to get you anywhere. if you're 
looking to develop a secure client for Android, you'd be best off 
coming up with a list of requirements for what that application is 
actually supposed to do. then go looking for stuff that implements 
that.

in answer to your question though, Android has a built-in SSL 
implementation and it looks like a full java.security.* stack. that's 
enough to do secure transmission, PKI, all that, and it was enough 
for me to develop an entire secure messaging etc system.

but start with what you want to do, then work back to the *how*.

hth
j



Which security framework is available or can be ported to
android ?

Warm Regards,
Sudeep


-- 
jason.vp.engineering.particle

--~--~-~--~~~---~--~~
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] Re: Security framework available on android??

2009-09-09 Thread Roman ( T-Mobile USA)

The Bouncy Castle framework is part of Android. You can find it in
the  dalvik/libcore. If you want to use bouncy castle on SDK level you
can download a jar package from http://www.bouncycastle.org/

--
Roman Baumgaertner
Sr. SW Engineer-OSDC
·T· · ·Mobile· stick together
The views, opinions and statements in this email are those of the
author solely in their individual capacity, and do not necessarily
represent those of T-Mobile USA, Inc.

On Sep 9, 9:46 pm, Sudeep Jha sudeep.neti...@gmail.com wrote:
 Which security framework is available or can be ported to
 android ?

 Warm Regards,
 Sudeep
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---