Expand description

States of a card are modeled by the types Open, Transaction, User, Sign, Admin.

Structs§

  • State of an OpenPGP card after successful verification the Admin PIN.
  • An OpenPGP card in its base state, no transaction has been started.
  • State of an OpenPGP card after successfully verifying PW1 for signing.
  • State of an OpenPGP card once a transaction has been started.
  • State of an OpenPGP card after successfully verifying the User PIN (this verification allow user operations other than signing).

Traits§

  • States that a Card can be in.