Converts JCA private and public key to clojure map representing JWK object
Converts JCA private and public key to clojure map representing JWK object
(jwk->private-key jwk)
Convert a jwk into a PrivateKey instance.
Convert a jwk into a PrivateKey instance.
(jwk->public-key jwk)
Convert a jwk into a PublicKey instance.
Convert a jwk into a PublicKey instance.
Converts JCA public key to clojure map representing JWK object
Converts JCA public key to clojure map representing JWK object
(thumbprint jwk)
Calculate the thumbprint of the jwk key according to the RFC7638.
Calculate the thumbprint of the jwk key according to the RFC7638.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close