libchipcard 5.1.6
|
#include <gwenhywfar/db.h>
#include <chipcard/cards/starcos.h>
#include <chipcard/chipcard.h>
Go to the source code of this file.
Typedefs | |
typedef struct LC_STARCOS_KEYDESCR | LC_STARCOS_KEYDESCR |
typedef struct LC_STARCOS_KEYDESCR LC_STARCOS_KEYDESCR |
CHIPCARD_API LC_STARCOS_KEYDESCR * LC_Starcos_KeyDescr_new | ( | ) |
Creates a new object.
References CHIPCARD_API.
CHIPCARD_API LC_STARCOS_KEYDESCR * LC_Starcos_KeyDescr_fromDb | ( | GWEN_DB_NODE * | db | ) |
Creates an object from the data in the given GWEN_DB_NODE
References CHIPCARD_API.
CHIPCARD_API LC_STARCOS_KEYDESCR * LC_Starcos_KeyDescr_dup | ( | const LC_STARCOS_KEYDESCR * | st | ) |
Creates and returns a deep copy of thegiven object.
References CHIPCARD_API.
CHIPCARD_API void LC_Starcos_KeyDescr_free | ( | LC_STARCOS_KEYDESCR * | st | ) |
Destroys the given object.
References CHIPCARD_API.
CHIPCARD_API void LC_Starcos_KeyDescr_Attach | ( | LC_STARCOS_KEYDESCR * | st | ) |
Increments the usage counter of the given object, so an additional free() is needed to destroy the object.
References CHIPCARD_API.
CHIPCARD_API int LC_Starcos_KeyDescr_ReadDb | ( | LC_STARCOS_KEYDESCR * | st, |
GWEN_DB_NODE * | db ) |
Reads data from a GWEN_DB.
References CHIPCARD_API.
CHIPCARD_API int LC_Starcos_KeyDescr_toDb | ( | const LC_STARCOS_KEYDESCR * | st, |
GWEN_DB_NODE * | db ) |
Stores an object in the given GWEN_DB_NODE
References CHIPCARD_API.
CHIPCARD_API int LC_Starcos_KeyDescr_IsModified | ( | const LC_STARCOS_KEYDESCR * | st | ) |
Returns 0 if this object has not been modified, !=0 otherwise
References CHIPCARD_API.
CHIPCARD_API void LC_Starcos_KeyDescr_SetModified | ( | LC_STARCOS_KEYDESCR * | st, |
int | i ) |
Sets the modified state of the given object
References CHIPCARD_API.
CHIPCARD_API int LC_Starcos_KeyDescr_GetKeyId | ( | const LC_STARCOS_KEYDESCR * | el | ) |
Returns the property LC_STARCOS_KEYDESCR_KeyId
References CHIPCARD_API.
CHIPCARD_API void LC_Starcos_KeyDescr_SetKeyId | ( | LC_STARCOS_KEYDESCR * | el, |
int | d ) |
Set the property LC_STARCOS_KEYDESCR_KeyId
References CHIPCARD_API.
CHIPCARD_API int LC_Starcos_KeyDescr_GetStatus | ( | const LC_STARCOS_KEYDESCR * | el | ) |
Returns the property LC_STARCOS_KEYDESCR_Status
References CHIPCARD_API.
CHIPCARD_API void LC_Starcos_KeyDescr_SetStatus | ( | LC_STARCOS_KEYDESCR * | el, |
int | d ) |
Set the property LC_STARCOS_KEYDESCR_Status
References CHIPCARD_API.
CHIPCARD_API int LC_Starcos_KeyDescr_GetKeyType | ( | const LC_STARCOS_KEYDESCR * | el | ) |
Returns the property LC_STARCOS_KEYDESCR_KeyType
References CHIPCARD_API.
CHIPCARD_API void LC_Starcos_KeyDescr_SetKeyType | ( | LC_STARCOS_KEYDESCR * | el, |
int | d ) |
Set the property LC_STARCOS_KEYDESCR_KeyType
References CHIPCARD_API.
CHIPCARD_API int LC_Starcos_KeyDescr_GetKeyNum | ( | const LC_STARCOS_KEYDESCR * | el | ) |
Returns the property LC_STARCOS_KEYDESCR_KeyNum
References CHIPCARD_API.
CHIPCARD_API void LC_Starcos_KeyDescr_SetKeyNum | ( | LC_STARCOS_KEYDESCR * | el, |
int | d ) |
Set the property LC_STARCOS_KEYDESCR_KeyNum
References CHIPCARD_API.
CHIPCARD_API int LC_Starcos_KeyDescr_GetKeyVer | ( | const LC_STARCOS_KEYDESCR * | el | ) |
Returns the property LC_STARCOS_KEYDESCR_KeyVer
References CHIPCARD_API.
CHIPCARD_API void LC_Starcos_KeyDescr_SetKeyVer | ( | LC_STARCOS_KEYDESCR * | el, |
int | d ) |
Set the property LC_STARCOS_KEYDESCR_KeyVer
References CHIPCARD_API.