- DIego A Villegas R
- PowerBuilder
- Monday, 3 December 2018 05:09 PM UTC
Please i need help for consuming .jar from powerbuilder 2017 R 3 . The .jar , pbcrypto-1_0.jar , i am using EJB Client Proxy Wizard , i generating the ejb and the genera pbcripto_pbcrypto object then i use the code :
pbcripto_pbcrypto pbcrypto
pbcrypto = CREATE pbcripto_pbcrypto
TRY
ls_clave_desencriptada= pbcrypto.decryptciphertextusingpbe("PBEWITHSHA1ANDDES", ll_salt, LL_ITERATION, LS_CLAVE_SECRETA,as_clave_encriptada)
CATCH (Exception nsae)
MessageBox("Alert", nsae.getMessage())
return '-1'
END TRY
thanks , i need help quickly for buy some licencies
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.