Open GoogleCodeExporter opened 9 years ago
I'm trying to move the PkiMesage and PkcsPkiEnvelope parts to use explicit
Providers so we shouldn't get this sort of problem any more.
Original comment by davidgrant41
on 2 Nov 2010 at 5:03
I've committed a few changes to the servlet component. Can you build from the
trunk and see if your problem still occurs?
Original comment by davidgrant41
on 3 Nov 2010 at 2:02
I also had an issue with the symmetric key exchange when running on Android.
It seems that JCE and BC use different default padding schemes. I had to
change the Cipher.getInstance() call in
org.jscep.message.PkcsPkiEnvelopeDecoder to use "RSA/ECB/PKCS1Padding". I'm
using version 1.1.4.
Original comment by dfpome...@gmail.com
on 19 Apr 2011 at 1:43
Original comment by davidgrant41
on 11 May 2011 at 2:06
Original comment by da...@grant.org.uk
on 13 Jul 2011 at 6:37
Original comment by da...@grant.org.uk
on 23 Aug 2011 at 8:16
Original issue reported on code.google.com by
m.zd...@gmail.com
on 13 Oct 2010 at 8:49