Liking cljdoc? Tell your friends :D

buddy.core.keys.jwk.proto


b64str->bigintclj

(b64str->bigint string)
source

bigint->b64strclj

(bigint->b64str length bi)
source

bytes->b64strclj

(bytes->b64str bs)
source

calc-byte-lengthclj

(calc-byte-length bi)
source

jwkcljmultimethod

Converts JCA private and public key to clojure map representing JWK object

Converts JCA private and public key to clojure map representing JWK object
sourceraw docstring

jwk->private-keycljmultimethod

(jwk->private-key jwk)

Convert a jwk into a PrivateKey instance.

Convert a jwk into a PrivateKey instance.
sourceraw docstring

jwk->public-keycljmultimethod

(jwk->public-key jwk)

Convert a jwk into a PublicKey instance.

Convert a jwk into a PublicKey instance.
sourceraw docstring

public-key->jwkcljmultimethod

Converts JCA public key to clojure map representing JWK object

Converts JCA public key to clojure map representing JWK object
sourceraw docstring

thumbprintcljmultimethod

(thumbprint jwk)

Calculate the thumbprint of the jwk key according to the RFC7638.

Calculate the thumbprint of the jwk key according to the RFC7638.
sourceraw docstring

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

× close