Module askar_crypto::jwk[][src]

Expand description

JSON Web Key (JWK) support

Structs

JwkEncoder

A helper structure which writes a JWK to a buffer

JwkParts

A parsed JWK

KeyOpsSet

A set of key operations

Enums

JwkEncoderMode

Supported modes for JWK encoding

KeyOps

Supported JWK key operations

Traits

FromJwk

Support for loading a key instance from a JWK

ToJwk

Support for converting a key into a JWK

Functions

write_jwk_thumbprint

Encode a key’s JWK into a buffer