2

I am using below jar files

bcmail-jdk16-1.46,
bcprov-jdk16-1.46,
commons-codec-1.9,
commons-io-2.5

I am getting error at this line

CMSSignedData cms = new CMSSignedData(Base64.decode(respBytes));               

Error:-
java.lang.SecurityException: class "org.bouncycastle.asn1.DEREncodable"'s signer information does not match signer information of other classes in the same package

i tried everything but did not find solution of this.

CryptoFool
  • 21,719
  • 5
  • 26
  • 44
Mayank kumar
  • 31
  • 1
  • 5
  • 1
    https://stackoverflow.com/questions/24386463/java-lang-securityexception-signer-information-does-not-match-signer-informatio – Alan Kavanagh May 15 '19 at 09:50
  • Possible duplicate of [Signer information does not match](https://stackoverflow.com/questions/8878068/signer-information-does-not-match) – CryptoFool May 16 '19 at 06:36
  • Have you found a solution? I'm currently running into the same exact issue. – Joe A Feb 08 '21 at 16:37

0 Answers0