ct_card.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile$
00003                              -------------------
00004     cvs         : $Id: ct_card.h 167 2006-03-06 23:26:16Z aquamaniac $
00005     begin       : Mon Mar 01 2004
00006     copyright   : (C) 2004 by Martin Preuss
00007     email       : martin@libchipcard.de
00008 
00009  ***************************************************************************
00010  *          Please see toplevel file COPYING for license details           *
00011  ***************************************************************************/
00012 
00013 
00014 #ifndef LC_CT_CARD_H
00015 #define LC_CT_CARD_H
00016 
00017 #include <chipcard2-client/client/card.h>
00018 #include <gwenhywfar/crypttoken.h>
00019 
00020 
00037 
00049 int LC_CryptToken_VerifyPin(GWEN_PLUGIN_MANAGER *pluginManager,
00050                             GWEN_CRYPTTOKEN *ct,
00051                             LC_CARD *hcard,
00052                             GWEN_CRYPTTOKEN_PINTYPE pt);
00053 
00059 int LC_CryptToken_ChangePin(GWEN_PLUGIN_MANAGER *pluginManager,
00060                             GWEN_CRYPTTOKEN *ct,
00061                             LC_CARD *hcard,
00062                             GWEN_CRYPTTOKEN_PINTYPE pt,
00063                             int initial);
00064 
00068 int LC_CryptToken_ResultToError(LC_CLIENT_RESULT res);
00071  /* addtogroup */
00072 
00073 
00074 #endif

Generated on Sat Sep 22 04:38:38 2007 for libchipcard2 by  doxygen 1.5.3