AbstractBase64Utils

AbstractBase64Utils ⇐ Class

Kind: global abstract class
Extends: Class

encode(data)

Encode data to a base-64 string

Kind: instance method of AbstractBase64Utils
See: https://en.wikipedia.org/wiki/Base64

ParamTypeDescription
datastring

the data to encode

decode(base64)

Decode a base-64 string

Kind: instance method of AbstractBase64Utils
See: https://en.wikipedia.org/wiki/Base64

ParamTypeDescription
base64string

the base64 string to decode