| Function Summary | |
decodeString(string input, boolean= opt_webSafe) ⇒ stringBase64-decode a string. | |
decodeStringToByteArray(string input, boolean= opt_webSafe) ⇒ ?ArrayBase64-decode a string. | |
encodeByteArray(?Array input, boolean= opt_webSafe) ⇒ stringBase64-encode an array of bytes. | |
encodeString(string input, boolean= opt_webSafe) ⇒ stringBase64-encode a string. | |
init_()Lazy static initialization function. Called before accessing any of the static map variables. | |