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