Crate openpgp_card[][src]

Modules

Structs

Representation of an opened OpenPGP card, with default privileges (i.e. no passwords have been verified)

An OpenPGP card after successful verification of PW3

An OpenPGP card after successful verification of PW1 (needs to be split further to model authentication for signing)

Enums

Container for data to be decrypted on an OpenPGP card.

Enum to identify one of the Key-slots on an OpenPGP card

Algorithm-independent container for private key material to upload to an OpenPGP card

Traits

A PGP-implementation-agnostic wrapper for private key data, to upload to an OpenPGP card

ECC-specific container for private key material to upload to an OpenPGP card.

RSA-specific container for private key material to upload to an OpenPGP card.