Module picky::jose::jwk[][src]

Expand description

A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key.

See RFC7517.

Structs

Jwk

Represents a cryptographic key as defined by RFC7517.

JwkPublicRsaKey
JwkSet

Enums

Jwa

JOSE algorithms names as defined by RFC7518

JwkError
JwkKeyOps

Key Operations, identifies the operation(s) for which the key is intended to be used.

JwkKeyType

Algorithm type for JWK

JwkPubKeyUse

Public Key Use, identifies the intended use of the public key.