Hi All,

Are Android Crypto libraries are based on Bouncycastle APIs?

Are all the functionality included? Because in some Android code
snippets, it is mentioned that need to include the external
bouncycastle library and add in the following line of code.

"Security.insertProviderAt(new BouncyCastleProvider(), 1);"

What is the difference? But the libraries imported are as follows:

"import javax.crypto.*"

Is Android using Bouncycastle APIs or Java Security packages?

Thanks and Regards,
Perumal

-- 
You received this message because you are subscribed to the Google Groups 
"Android Security Discussions" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/android-security-discuss?hl=en.

Reply via email to