Liking cljdoc? Tell your friends :D

saml20-clj.shared


base64->inflate->strclj

(base64->inflate->str string)

base64->strclj

(base64->str stringable-base64)

byte-deflateclj

(byte-deflate str-bytes)

byte-inflateclj

(byte-inflate comp-bytes)

bytes->hexclj


bytes->strclj

(bytes->str some-bytes)

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.
raw docstring

charset-formatclj


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.
raw docstring

form-encode-b64clj

(form-encode-b64 req)

get-certificate-b64clj

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

hmac-strclj

(hmac-str key-spec string)

instant-formatclj


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.
raw docstring

load-key-storeclj

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

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.
raw 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.
raw docstring

new-secret-key-specclj

(new-secret-key-spec)

parse-xml-strclj

(parse-xml-str xml-str)

random-bytesclj

(random-bytes)
(random-bytes size)

read-to-endclj

(read-to-end stream)

saml-form-encodeclj

(saml-form-encode form)

saml-successful?clj

(saml-successful? id-str)

saml2-attr->nameclj


status-code-successclj


str->base64clj

(str->base64 base64able-string)

str->bytesclj

(str->bytes some-string)

str->deflate->base64clj

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

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.
raw docstring

time-sinceclj

(time-since time-span)

uri-query-strclj

(uri-query-str clean-hash)

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

× close