buddy.core.keys.jwk.proto

(source)

For more info about this library see:

https://funcool.github.io/buddy-core/latest/
Public Variable Short Description
b64str->bigint (clj)
bigint->b64str (clj)
bytes->b64str (clj)
calc-byte-length (clj)
jwk (clj) Converts JCA private and public key to clojure map representing JWK object.
jwk->private-key (clj) Convert a jwk into a PrivateKey instance.
jwk->public-key (clj) Convert a jwk into a PublicKey instance.
public-key->jwk (clj) Converts JCA public key to clojure map representing JWK object.
thumbprint (clj) Calculate the thumbprint of the jwk key according to the RFC7638.