Base64 encodes the specified byte array and then encodes it as a string using Shiro's preferred character encoding (UTF-8).
@param bytes the byte array to Base64 encode. @return a UTF-8 encoded string of the resulting Base64 encoded byte array.
See Implementation
Base64 encodes the specified byte array and then encodes it as a string using Shiro's preferred character encoding (UTF-8).
@param bytes the byte array to Base64 encode. @return a UTF-8 encoded string of the resulting Base64 encoded byte array.