In doing md5 checksum, I need to use the Base64 encoder class in the sdk, because other Base64 encoders (apache commons) generate different string.
But the Base64 in the sdk is commented as 'INTERNAL USE ONLY'. Any reason I should not use this encoder? And if I can't use this encoder, how should I produce the md5 string to be uploaded and checked by the server?
In doing md5 checksum, I need to use the Base64 encoder class in the sdk, because other Base64 encoders (apache commons) generate different string.
But the Base64 in the sdk is commented as 'INTERNAL USE ONLY'. Any reason I should not use this encoder? And if I can't use this encoder, how should I produce the md5 string to be uploaded and checked by the server?