buddy.core.keys.jwk.proto
jwk
multimethod
Converts JCA private and public key to clojure map representing JWK object
jwk->private-key
multimethod
(jwk->private-key jwk)
Convert a jwk into a PrivateKey instance.
public-key->jwk
multimethod
Converts JCA public key to clojure map representing JWK object
thumbprint
multimethod
(thumbprint jwk)
Calculate the thumbprint of the jwk key according to the RFC7638.