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
//! PIV (Personal Identity Verification) Applet
//!
//! Implements the PIV card specification (NIST SP 800-73-4).

pub mod applet;
pub mod data_objects;
pub mod security_state;

pub use applet::PIVApplet;
pub use data_objects::PIVDataObjects;
pub use security_state::PIVSecurityState;