Skip to content

siketyan/jpki-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5b7d688 ยท Mar 16, 2023
Mar 16, 2023
Mar 16, 2023
Mar 16, 2023
Oct 2, 2022
Mar 16, 2023
Mar 16, 2023
Mar 16, 2023
Mar 16, 2023
Jun 29, 2022
Oct 2, 2022
Feb 5, 2023

Repository files navigation

jpki-rs

crates.io docs Rust

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

๐Ÿ’ป Supported Platforms

These targets are tested continuously:

  • x86_64-pc-windows-msvc
  • x86_64-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:

[dependencies]
jpki = "0.4"

โœจ Features

  • pcsc: PC/SC support for communicating with your cards (non-default).
  • tracing: Logging feature on tracing ecosystem (non-default).

๐Ÿ’š Example

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

๐Ÿ”— References