class haxe.crypto.Base64
Available on all platforms
Allows to encode/decode String and bytes using Base64 encoding.
static var BYTES:Bytes
static var CHARS:String
static function decode(str:String, ?complement:Bool):Bytes
static function encode(bytes:Bytes, ?complement:Bool):String