Registry / crypto / jsonwebkey

jsonwebkey

JSON →
library0.4.0rscratesunverified

JSON Web Key (JWK) (de)serialization, generation, and conversion.

# Cargo.toml [dependencies] jsonwebkey = "0.4.0"
INSTALL
IMPORT
SIG · JSONWEBKEY
J
jsonwebkey
cryptorustv0.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JsonWebKey
use jsonwebkey::JsonWebKey;

Deserializes a JSON Web Key from a JSON string.

use jsonwebkey::JsonWebKey; fn main() { let jwk: JsonWebKey = serde_json::from_str(r#"{"kty":"oct","k":"test"}"#).unwrap(); println!("JWK: {:?}", jwk); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
jsonwebkey — cargo add jsonwebkey · libregistry