Package | Description |
---|---|
lucee.commons.digest | |
lucee.runtime.coder | |
lucee.runtime.converter |
Modifier and Type | Method and Description |
---|---|
static byte[] |
Base64Encoder.decode(String data)
Translates the specified Base64 string into a byte array.
|
static String |
Base64Encoder.decodeAsString(String data) |
Modifier and Type | Method and Description |
---|---|
static byte[] |
Coder.decode(short type,
String value) |
static byte[] |
HexCoder.decode(String hexa)
decodes back a String to a byte array
|
static byte[] |
Base64Coder.decode(String encoded)
decodes a Base64 String to a Plain String
|
static byte[] |
UUCoder.decode(String str)
decodes back a String to a byte array
|
static byte[] |
Coder.decode(String type,
String value) |
static String |
Base64Coder.decodeToString(String encoded,
String charset)
decodes a Base64 String to a Plain String
|
static String |
Coder.encode(short type,
byte[] value) |
static String |
Coder.encode(String type,
byte[] value) |
static String |
Base64Coder.encodeFromString(String plain,
String charset)
encodes a String to Base64 String
|
Modifier and Type | Method and Description |
---|---|
static Object |
JavaConverter.deserialize(String str)
unserialize a serialized Object
|
Copyright © 2015 Lucee