Liking cljdoc? Tell your friends :D

org.soulspace.clj.java.codec

Functions to encode/decode to Hex and Base64.

Functions to encode/decode to Hex and Base64.
raw docstring

base64->bytesclj

(base64->bytes s)

Parse a Base64 string into bytes.

Parse a Base64 string into bytes.
sourceraw docstring

bytes->base64clj

(bytes->base64 bytes)

Encode the bytes as Base64 string.

Encode the bytes as Base64 string.
sourceraw docstring

bytes->hexclj

(bytes->hex bytes)

Encode the bytes as hexadecimal string.

Encode the bytes as hexadecimal string.
sourceraw docstring

hex->bytesclj

(hex->bytes s)

Parse a hexadecimal string into bytes.

Parse a hexadecimal string into bytes.
sourceraw docstring

hex->stringclj

(hex->string s)
source

string->hexclj

(string->hex s)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close