jpki-rs

crates.io docs Rust

Read certificates, sign and verify documents using your JPKI card.

💻 Supported Platforms

These targets are tested continuously: - x8664-pc-windows-msvc - x8664-apple-darwin - aarch64-apple-darwin - x86_64-unknown-linux-gnu - aarch64-linux-android - armv7-linux-androideabi

Since this crate is fully cross-platform, we are welcome to add a new platform to this list :)

📦 Getting Started

Add to your Cargo.toml as a dependency as follows: toml [dependencies] jpki = "0.4"

✨ Features

💚 Example

See jpki-cli for an example usage of this crate.

🔗 References