Liking cljdoc? Tell your friends :D

buddy.core.keys.jwk.proto


b64str->bigintclj

(b64str->bigint string)

bigint->b64strclj

(bigint->b64str length bi)

bytes->b64strclj

(bytes->b64str bs)

calc-byte-lengthclj

(calc-byte-length bi)

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

jwk->private-keycljmultimethod

(jwk->private-key jwk)

Convert a jwk into a PrivateKey instance.

Convert a jwk into a PrivateKey instance.
raw docstring

jwk->public-keycljmultimethod

(jwk->public-key jwk)

Convert a jwk into a PublicKey instance.

Convert a jwk into a PublicKey instance.
raw docstring

public-key->jwkcljmultimethod

Converts JCA public key to clojure map representing JWK object

Converts JCA public key to clojure map representing JWK object
raw 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.
raw docstring

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

× close