I'm working on idp-distribution, and the encrypt assertions action throws an exception, with Java 7 "Cannot find any provider supporting AES/GCM/NoPadding" and with Java 8 "Unsupported parameter: javax.crypto.spec.IvParameterSpec...". I think I need to use BC, but not sure how. Clues ? Thanks.