You can register your own java.security.Provider. This isn't Android specific: http://download.oracle.com/javase/6/docs/technotes/guides/security/crypto/HowToImplAProvider.html If there is an existing Provider that does this such as BouncyCastle, you could simply use that. I know BouncyCastle has several Russian algorithms. I would warn that the BouncyCastle version used to provide crypto in Android typically strips out these less mainstream algorithms, so you'd have to build your own and repackage it with jarjar into your own non-conflicting package name.
-bri On Sun, Apr 10, 2011 at 8:00 AM, hbc <[email protected]> wrote: > Hello! > My question is "How to add Russian crypto algs. to android phones > (i.e. HTC phones)". How i can register additional CSP, SPI e.t.c.? > > -- > 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. > > -- 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.
