Open GoogleCodeExporter opened 9 years ago
You need the hash of the *CA* certificate, not the public key. I don't think
1.0.0 works particularly well on Android. Best to ask on the list.
Original comment by da...@grant.org.uk
on 10 Apr 2013 at 7:11
Which version will working fine? How it working but server crashed with error
"org.bouncycastle.cms.CMSSignerDigestMismatchException: message-digest
attribute value does not match calculated value" on PKIOperation when trying
decode CMSSignedData
PkiMessageDecoder decoder = new PkiMessageDecoder(reqCert, envDecoder);
msg = decoder.decode(sd); << fail here
Which reasons can occur this error? Wrong certificate?
Original comment by niked...@gmail.com
on 11 Apr 2013 at 3:23
Original issue reported on code.google.com by
niked...@gmail.com
on 10 Apr 2013 at 3:21