Closed GoogleCodeExporter closed 9 years ago
This problem occurs because BC doesn't support DES in CMS, only Triple DES
(DESede).
Can you provide the full stack trace please? In the mean time, please ask on
the support list about specifying 3DES for your key-signing algorithm in NDES.
Original comment by da...@grant.org.uk
on 17 Sep 2012 at 9:01
1.3.14.3.2.7 is available if you add the Bouncy Castle provider to your JRE
providers list.
Original comment by da...@grant.org.uk
on 17 Sep 2012 at 11:20
Original comment by da...@grant.org.uk
on 17 Sep 2012 at 11:31
This issue was closed by revision r1513.
Original comment by da...@grant.org.uk
on 17 Sep 2012 at 11:32
Original comment by da...@grant.org.uk
on 17 Sep 2012 at 11:48
thanks a lot it solved the issue :
java.security.Security.addProvider(new BouncyCastleProvider());
Original comment by ibelem...@gmail.com
on 17 Sep 2012 at 1:31
This issue was closed by revision r1517.
Original comment by da...@grant.org.uk
on 19 Sep 2012 at 5:02
Original issue reported on code.google.com by
ibelem...@gmail.com
on 17 Sep 2012 at 8:52