I want to parse a Scan object to Base64. I know that there is a method to do it, but this method in the beginning it was a scope of package and I can't update the version of this library and I can't use it.
I have checked the code and it seems that it does more than encode to Base64 and do some things before to do it. Is it true? it's not so easy as to use java.util.Base64 or another class to do it for myself?
