Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...



Who is this guide for?
For app developers who want to use native PKCS11 code to maintain smartcard-objects (keypairs, secret keys, certificates, storage objects) or use on-card-cryptography. PKCS11 can be used platform independent (all systems which support c / c++). Our library is shipped platform specific as e.g. .dll or .lib (with separate headers) and can be dynamically loaded into your program. Loading the library is outside of scope of this documentation.


What typographical conventions are used?


Image Removed

Warning
Provides mandatory information which should always kept in mind

Image Removed


Note Provides additional information on a topic, and emphasize important facts and considerations.

Image Removed


Tip Inform about best practices and other recommendations.

Image Removed


Note You should have some basic understanding about Public-Key cryptography, digital certificates, digital signature and Public Key Infrastructure (PKI) in order for you to understand the discussed topics.