Expand description

Data structures for cryptographic material: Private key data, public key data, cryptograms for decryption, hash data for signing.

Structs§

  • ECC-specific container for public key material from an OpenPGP card.
  • RSA-specific container for public key material from an OpenPGP card.

Enums§

  • Data that can be decrypted on the card.
  • A marker to distinguish between elliptic curve algorithms (ECDH, ECDSA, EdDSA)
  • A hash value that can be signed by the card.
  • Algorithm-independent container for private key material to upload to an OpenPGP card
  • Algorithm-independent container for public key material retrieved from 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.