Details
Description
Method create_signer_info_with_algo() in test_java_pkcs7.rb fails with the error message:
TypeError: could not coerce Bignum to class java.math.BigInteger
Method create_signer_info_with_algo() in test_java_pkcs7.rb fails with the error message:
TypeError: could not coerce Bignum to class java.math.BigInteger
Fixed in 1.1.7 by re-adding Ruby-to-Java Bignum-to-BigInteger coercion. Must have gotten lost during JI refactoring.