crypto.Base64

Base64

package haxe-crypto

Available on all platforms

Allows to encode/decode String and bytes using Base64 encoding.

Static variables

static read only BYTES:Bytes = haxe.io.Bytes.ofString(CHARS)

static read only CHARS:String = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"

Static methods

static decode (str:String, complement:Bool = true):Bytes

static encode (bytes:Bytes, complement:Bool = true):String

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/haxe/crypto/Base64.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部