Registry / crypto / josekit

josekit

JSON →
library0.10.3rscratesunverified

A JOSE (JSON Object Signing and Encryption) library for Rust, supporting JWS, JWE, JWK, and JWT.

# Cargo.toml [dependencies] josekit = "0.10.3"
INSTALL
IMPORT
SIG · JOSEKIT
J
josekit
cryptorustv0.10.3
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.

JwsHeader
use josekit::jws::JwsHeader;

Creates a new JWS header.

use josekit::jws::JwsHeader; fn main() { let header = JwsHeader::new(); println!("Header: {:?}", header); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
Resources
josekit — cargo add josekit · libregistry