Oracle PKI Tool java.io.IOException: Unrecognized algorithm identifier
Hi everybody.
I'm trying to convert a jks to a wallet, with the following command:
/Oracle/Middleware/oracle_common/bin/orapki wallet jks_to_pkcs12 -wallet /Oracle/Middleware/ssl/essbase/eWallet -pwd Oracle123 -keystore /Oracle/Middleware/ssl/MyIdentity.jks -jkspwd Oracle123
However the result is the following:
Oracle PKI Tool : Version 11.1.1.7.0
Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved.
Exception : java.io.IOException: Unrecognized algorithm identifier.
Do you know what is the possible cause and solution for this issue?
Thank you.