Liking cljdoc? Tell your friends :D

hive-license.codec

Canonical serialization of a licence.

Contract: two structurally equal licences produce identical bytes, on any host, in any JVM. Signatures are computed over these bytes, so any divergence here invalidates every licence in the field.

Canonical serialization of a licence.

Contract: two structurally equal licences produce identical bytes, on any
host, in any JVM. Signatures are computed over these bytes, so any
divergence here invalidates every licence in the field.
raw docstring

canonical-bytesclj

(canonical-bytes license)

UTF-8 bytes a signature is computed over.

UTF-8 bytes a signature is computed over.
sourceraw docstring

canonical-stringclj

(canonical-string license)

Deterministic textual form of license.

Every printer var the reader-visible form depends on is bound here, so the result is a function of the value alone and not of the thread that computed it.

Deterministic textual form of `license`.

Every printer var the reader-visible form depends on is bound here, so the
result is a function of the value alone and not of the thread that computed
it.
sourceraw docstring

decode64clj

(decode64 s)

Bytes of base64 s, or nil when s is not valid base64.

Bytes of base64 `s`, or nil when `s` is not valid base64.
sourceraw docstring

encode64clj

(encode64 bs)

Base64 of bs.

Base64 of `bs`.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close