Liking cljdoc? Tell your friends :D

com.palletops.docker.jwk

JSON Web Key Functions

JSON Web Key Functions
raw docstring

base64url->base64clj

(base64url->base64 s)
source

base64url->BigIntegerclj

source

curve-namecljmultimethod

Return a JSSE curve name for the given JWK curve name.

Return a JSSE curve name for the given JWK curve name.
sourceraw docstring

jwk->keyclj

(jwk->key {:keys [crv d x y] :as jwk})

Convert a JWK map specifying an EC key to a Key

Convert a JWK map specifying an EC key to a Key
sourceraw docstring

key-idclj

(key-id key)
source

load-jwkclj

(load-jwk key-file)
source

named-curve-specclj

(named-curve-spec curve-name)
source

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

× close