Module ocard

Module ocard 

Source
Expand description

Low-level access to an OpenPGP card application

Modules§

algorithm
Data structures that specify algorithms to use on an OpenPGP card.
crypto
Data structures for cryptographic material: Private key data, public key data, cryptograms for decryption, hash data for signing.
data
OpenPGP card data objects (DO)
kdf
Handle transformation of user-provided PINs according to the KDF configuration on the card, if any.

Structs§

OpenPGP
An OpenPGP card object (backed by a CardBackend implementation).
Transaction
To perform commands on a OpenPGP, a Transaction must be started. This struct offers low-level access to OpenPGP card functionality.

Enums§

KeyType
Identify a Key slot on an OpenPGP card
StatusBytes
OpenPGP card “Status Bytes” (ok statuses and errors)