I would use a Java function to convert the base64 to bytes; there's a lot of layers of translation involved if you use a Jython method.
Try this snippet to get a byte[]
:
1 Like
I would use a Java function to convert the base64 to bytes; there's a lot of layers of translation involved if you use a Jython method.
Try this snippet to get a byte[]
: