ifd-jcecard 0.2.0

PC/SC IFD Handler for jcecard virtual OpenPGP and PIV smart card
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! OpenPGP Card Applet
//!
//! Implements the OpenPGP card specification (ISO/IEC 7816-4/8).

pub mod applet;
pub mod pin_manager;
pub mod security_state;

pub use applet::OpenPGPApplet;
pub use pin_manager::PINManager;
pub use security_state::SecurityState;