"Many of the classes provided in this package are provider-based. The class itself defines a programming interface to which applications may write. The implementations themselves may then be written by independent third-party vendors and plugged in seamlessly as needed. Therefore application developers may take advantage of any number of provider-based implementations without having to add or rewrite code."
That's spec-speak saying that it depends on what the underlying platform supports. For legal reasons the crypto support is best provided by the platform (so that the platform's attorneys can jump through the government export control hoops just once, vs for every application). On Jul 21, 1:46 pm, Jim Cortez <[email protected]> wrote: > I cannot find any documentation that specifies the algorithms that I can > specify in getInstance for Cipher. Is there any around? > Specifically, I am looking for support for the RC4 cipher. > Thank you, > Jim Cortez -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

