JDK 8u102 introduces a change (https://bugs.openjdk.java.net/browse/JDK-8149417) that prevents us from dynamically setting the Java Cryptographic Extension (JCE) to "unlimited strength" by reflection.
For the users the only alternative is now that is described at https://doc.nuxeo.com/display/NXDOC/Implementing+Encryption regarding the Unlimited Strength Jurisdiction Policy Files download and installation.
For this ticket the unit tests will be skipped if the unlimited strength is not available.