| Modifier and Type | Field and Description |
|---|---|
static Bytes |
BYTES |
static java.lang.String |
CHARS |
| Constructor and Description |
|---|
Base64() |
Base64(EmptyObject empty) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
__hx_create(Array arr) |
static java.lang.Object |
__hx_createEmpty() |
static void |
__hx_ctor_haxe_crypto_Base64(Base64 __temp_me134) |
static Bytes |
decode(java.lang.String str,
java.lang.Object complement) |
static java.lang.String |
encode(Bytes bytes,
java.lang.Object complement) |
__hx_ctor_haxe_lang_HxObject, __hx_deleteField, __hx_getField_f, __hx_getField, __hx_getFields, __hx_invokeField, __hx_lookupField_f, __hx_lookupField, __hx_lookupSetField_f, __hx_lookupSetField, __hx_setField_f, __hx_setFieldpublic static java.lang.String CHARS
public static Bytes BYTES
public Base64(EmptyObject empty)
public Base64()
public static void __hx_ctor_haxe_crypto_Base64(Base64 __temp_me134)
public static java.lang.String encode(Bytes bytes, java.lang.Object complement)
public static Bytes decode(java.lang.String str, java.lang.Object complement)
public static java.lang.Object __hx_createEmpty()
public static java.lang.Object __hx_create(Array arr)