Liking cljdoc? Tell your friends :D

saml20-clj.shared


base64->inflate->strclj

(base64->inflate->str string)
source

base64->strclj

(base64->str stringable-base64)
source

byte-deflateclj

(byte-deflate str-bytes)
source

byte-inflateclj

(byte-inflate comp-bytes)
source

bytes->hexclj

source

bytes->strclj

(bytes->str some-bytes)
source

certificate-x509clj

(certificate-x509 x509-string)

Takes in a raw X.509 certificate string, parses it, and creates a Java certificate.

Takes in a raw X.509 certificate string, parses it, and creates a Java certificate.
sourceraw docstring

charset-formatclj

source

clean-x509-filterclj

(clean-x509-filter x509-string)

Turns a base64 string into a byte array to be decoded, which includes sanitization.

Turns a base64 string into a byte array to be decoded, which includes sanitization.
sourceraw docstring

form-encode-b64clj

(form-encode-b64 req)
source

get-certificate-b64clj

(get-certificate-b64 keystore-filename keystore-password cert-alias)
source

hmac-strclj

(hmac-str key-spec string)
source

instant-formatclj

source

jcert->public-keyclj

(jcert->public-key java-cert-obj)

Extracts a public key object from a java cert object.

Extracts a public key object from a java cert object.
sourceraw docstring

load-key-storeclj

(load-key-store keystore-filename keystore-password)
source

make-issue-instantclj

(make-issue-instant ii-date)

Converts a date-time to a SAML 2.0 time string.

Converts a date-time to a SAML 2.0 time string.
sourceraw docstring

make-timeout-filter-fnclj

(make-timeout-filter-fn timespan)

Creates a function for clojure.core/filter to keep all dates after a given date.

Creates a function for clojure.core/filter to keep all dates after
a given date.
sourceraw docstring

new-secret-key-specclj

(new-secret-key-spec)
source

parse-xml-strclj

(parse-xml-str xml-str)
source

random-bytesclj

(random-bytes)
(random-bytes size)
source

read-to-endclj

(read-to-end stream)
source

saml-form-encodeclj

(saml-form-encode form)
source

saml-successful?clj

(saml-successful? id-str)
source

saml2-attr->nameclj

source

status-code-successclj

source

str->base64clj

(str->base64 base64able-string)
source

str->bytesclj

(str->bytes some-string)
source

str->deflate->base64clj

(str->deflate->base64 deflatable-str)
source

str->inputstreamclj

(str->inputstream unravel)

Unravels a string into an input stream so we can work with Java constructs.

Unravels a string into an input stream so we can work with Java constructs.
sourceraw docstring

time-sinceclj

(time-since time-span)
source

uri-query-strclj

(uri-query-str clean-hash)
source

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

× close