Provide utiltiies to encode/decode values
Static
It decodes the data from a base64 string.
The base64 data to be decoded.
The original string.
Decode a byte-array to text
It encodes the data into a base58 string.
The data to be encoded.
The base58 encoded string.
It encodes the data into a base64 string.
The base64 encoded string.
Encode a text to byte-array
Read the PEM content and decode it as base64 data
Generated using TypeDoc
Provide utiltiies to encode/decode values