updated documentation

This commit is contained in:
Frank Morgner
2014-03-26 00:58:17 +01:00
parent dcd9ff928c
commit 8fd63744e8
5 changed files with 22 additions and 14 deletions

View File

@@ -131,9 +131,9 @@ To complete this step-by-step guide, here is how to install nPA Smart Card Libra
.. _npa-usage: .. _npa-usage:
===== ********************************************************************************
Usage Using the nPA Smart Card Library
===== ********************************************************************************
The API to libnpa is documented in :ref:`npa-api`. It includes a simple The API to libnpa is documented in :ref:`npa-api`. It includes a simple
programming example. Here we will focus on the command line interface to the programming example. Here we will focus on the command line interface to the
@@ -158,9 +158,9 @@ the bytes. Example APDUs can be found in :file:`apdus`.
.. program-output:: npa-tool --help .. program-output:: npa-tool --help
---------------------- ======================
Linking against libnpa Linking against libnpa
---------------------- ======================
Following the section Installation_ above, you have installed OpenSSL, Following the section Installation_ above, you have installed OpenSSL,
OpenPACE, OpenSC and the nPA Smart Card Library to `$PREFIX` which points to OpenPACE, OpenSC and the nPA Smart Card Library to `$PREFIX` which points to

View File

@@ -131,9 +131,9 @@ To complete this step-by-step guide, here is how to install @PACKAGE_NAME@::
.. _npa-usage: .. _npa-usage:
===== ********************************************************************************
Usage Using the @PACKAGE_NAME@
===== ********************************************************************************
The API to libnpa is documented in :ref:`npa-api`. It includes a simple The API to libnpa is documented in :ref:`npa-api`. It includes a simple
programming example. Here we will focus on the command line interface to the programming example. Here we will focus on the command line interface to the
@@ -158,9 +158,9 @@ the bytes. Example APDUs can be found in :file:`apdus`.
.. program-output:: npa-tool --help .. program-output:: npa-tool --help
---------------------- ======================
Linking against libnpa Linking against libnpa
---------------------- ======================
Following the section Installation_ above, you have installed OpenSSL, Following the section Installation_ above, you have installed OpenSSL,
OpenPACE, OpenSC and the @PACKAGE_NAME@ to `$PREFIX` which points to OpenPACE, OpenSC and the @PACKAGE_NAME@ to `$PREFIX` which points to

View File

@@ -159,9 +159,13 @@ Reader`_ for details.
******************************************************************************** ********************************************************************************
Running the Virtual Smart Card Using the Virtual Smart Card
******************************************************************************** ********************************************************************************
The protocol between |vpcd| and |vpicc| as well as details on extending |vpicc|
with a different card emulator are covered in :ref:`virtualsmartcard-api`. Here
we will focus on configuring and running the provided modules.
================================================================================ ================================================================================
Configuring |vpcd| on Unix Configuring |vpcd| on Unix
================================================================================ ================================================================================

View File

@@ -159,9 +159,13 @@ Reader`_ for details.
******************************************************************************** ********************************************************************************
Running the @PACKAGE_NAME@ Using the @PACKAGE_NAME@
******************************************************************************** ********************************************************************************
The protocol between |vpcd| and |vpicc| as well as details on extending |vpicc|
with a different card emulator are covered in :ref:`virtualsmartcard-api`. Here
we will focus on configuring and running the provided modules.
================================================================================ ================================================================================
Configuring |vpcd| on Unix Configuring |vpcd| on Unix
================================================================================ ================================================================================

View File

@@ -4,6 +4,8 @@
.. |SWs| replace:: :abbr:`SWs (status bytes SW 1 and SW 2)` .. |SWs| replace:: :abbr:`SWs (status bytes SW 1 and SW 2)`
.. |SAM| replace:: :abbr:`SAM (Secure Access Module)` .. |SAM| replace:: :abbr:`SAM (Secure Access Module)`
.. _virtualsmartcard-api:
***************************** *****************************
Creating a Virtual Smart Card Creating a Virtual Smart Card
***************************** *****************************
@@ -13,8 +15,6 @@ Creating a Virtual Smart Card
virtually any program to the virtual smart card reader, as long as you respect virtually any program to the virtual smart card reader, as long as you respect
the following protocol: the following protocol:
.. _vpcd-commands:
============= ==================== ============= ============= ============= ==================== ============= =============
|vpcd| |vpicc| |vpcd| |vpicc|
---------------------------------- --------------------------- ---------------------------------- ---------------------------