crypto.BaseCode

BaseCode

package haxe-crypto

Available on all platforms

Allows to encode/decode String and bytes using a power of two base dictionary.

Constructor

new (base:Bytes)

Methods

decodeBytes (b:Bytes):Bytes

decodeString (s:String):String

encodeBytes (b:Bytes):Bytes

encodeString (s:String):String

Static methods

static decode (s:String, base:String):String

static encode (s:String, base:String):String

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部