Skip to content

Utility to check if Unlimited JCE is available in the JRE

Notifications You must be signed in to change notification settings

sneethiraj/UnlimitedJCEChecker

Repository files navigation

UnlimitedJCEChecker

First check if you can find out via running, isJCEInstalled script

$ ./isJCEInstalled

If the script works without any issue, you shoud see some results like ==========>

  • echo 'System.out.println("Is JCE Installed ? " + (javax.crypto.Cipher.getMaxAllowedKeyLength("AES") > 128)) ;'
  • jshell - Is JCE Installed ? true ==========> Then, you do not need to do any build and test.

For build of UnlimitedJCEChecker

mvn package

For running of UnlimitedJCEChecker

mvn test

About

Utility to check if Unlimited JCE is available in the JRE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published