-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
None
-
6u91
In submitter's code they try to generate key using AES algorithm.
This below error is thrown while trying to download and encrypt the zip file using Cipher.
Caused by: java.security.NoSuchAlgorithmException: AES KeyGenerator not available
at javax.crypto.KeyGenerator.<init>(DashoA13*..)
at javax.crypto.KeyGenerator.getInstance(DashoA13*..)
at oracle.apps.hcm.common.dataLoader.fileReader.common.UCMTransferFile.randomKey(UCMTransferFile.java:650)
This below error is thrown while trying to download and encrypt the zip file using Cipher.
Caused by: java.security.NoSuchAlgorithmException: AES KeyGenerator not available
at javax.crypto.KeyGenerator.<init>(DashoA13*..)
at javax.crypto.KeyGenerator.getInstance(DashoA13*..)
at oracle.apps.hcm.common.dataLoader.fileReader.common.UCMTransferFile.randomKey(UCMTransferFile.java:650)