Velocity Java Import Capabilities
Hi all,
I'm trying to run a Java URL signer within Velocity for to handle a signature with on the Google Maps Static API, within a velocity token. In searching the forums I know that Java capabilities have been/are being deprecated in Velocity, but in looking at the Base64 module, I'm curious if it's possible to merge the two together with the libraries listed on the Java URL signer, or if I have to go about it another way.
My thought was to add the Base64 module, #set the static strings, remove the error handling and print/input sections, as Marketo has no problem telling me the code is broken, and there's no need to input since the data would be within the script. That leaves the question of the other imports, specifically the HMAC-SHA1.
Before I start down this path further, I figured I would ask, is this even remotely possible?