Expand description
JSON Web Key (JWK) generation and management. JSON Web Key (JWK) generation and management.
Convert between AT Protocol key data and JWK format with support for P-256 (ES256), P-384 (ES384), and K-256 (ES256K) curves.
Structs§
- Wrapped
Json WebKey - A wrapped JSON Web Key with additional metadata.
- Wrapped
Json WebKey Set - A set of JSON Web Keys.
Functions§
- generate
- Generate a WrappedJsonWebKey from KeyData.
- thumbprint
- Calculate the JWK thumbprint according to RFC 7638.
- to_
key_ data - Convert a WrappedJsonWebKey to KeyData.