On Wed, Feb 15, 2012 at 10:34 AM, QD <[email protected]> wrote:
> Thank you, Nikolay, for your reply to my question.  I downloaded and
> installed spongycastle. However, it still didn't work because the jar
> does not include the classes specifically for the certification
> generation.

What classes are you missing? How are generating your certificates?

> I saw the POM exclude those packages explicitly.  So, I
> commented out the exclusion and tried to recompile   I could not do
> maven install because the many tests failed, event though I exclude
> all the tests.

You can always skip the tests with something like

mvn install -Dmaven.test.skip=true

> Do you know what's the best way to recompile the jar which include the
> cms, operator, cert, jcejca packages?
>

You certainly shouldn't need the cms package to generate
a certificate, probably not jca either. Try to boil it down
to the simplest possible code, and only include the packages you
need. As long the don't depend on classes not in the SDK,
it should compile and work on Android.

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

Reply via email to