On Jan 4, 5:46 am, spock <michal.mosd...@gmail.com> wrote:
> How is it possible to generate XML signature on Android. In pure JAVA
> I would probably follow this tutorial:
>
> http://java.sun.com/developer/technicalArticles/xml/dig_signature_api/
>
> but I cannot find following packages on android:
>
> javax.xml.crypto
> javax.xml.crypto.dsig
> javax.xml.crypto.dsig.keyinfo
> javax.xml.crypto.dsig.spec
> javax.xml.crypto.dom
> javax.xml.crypto.dsig.dom
>
> Any suggestions?
>
> Kind Regards



Hi,
I was looking for the same thing. Looks like we need to port a JSR-105
implementation manually.

-- 
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

Reply via email to