-
-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cipher.getInstance("AES/ECB/PKCS5Padding") Error #70
Comments
In develop I have fixed the type initializer exception. Was due to a problem opening compressed streams in the VFS. However, it now throws what appears to be a normal exception message saying "No such algorithm exists." I need to dig into this more to understand how the JDK locates available algorithms, and why it thinks this one does not exist. |
Enable cipher and key tests. fixes #70
Issue should be resolved in develop. The JDK in Pushing another prerelease with this fix. |
Note to self or others for later: The user really should be able to customize this file for an instance of the Runtime. We really need to think about what this means. |
Hello.
Version 8.2.0-prerelease0379
cipher cipher = null;,
I define it as Cipher.getInstance("AES/ECB/PKCS5Padding"); I am getting error in method.
the error message is "The type initializer for 'javax.crypto.JceSecurity' threw an exception.' shaped.
cipher = Cipher.getInstance("AES/ECB/PKCS5Padding")
An error occurs with this line of code.
The text was updated successfully, but these errors were encountered: