eid-viewer
eid-viewer library
Data Structures | Enumerations
eIDViewer Namespace Reference

Data Structures

class  App
 Interaction logic for App.xaml More...
 
class  BackendDataViewModel
 
class  CertViewModel
 
struct  eid_slotdesc
 
class  LocalizedStrings
 
class  MainWindow
 Interaction logic for MainWindow.xaml More...
 
class  NativeMethods
 
class  PrintWindow
 Interaction logic for PrintWindow.xaml More...
 
class  ReadersMenuViewModel
 
class  TextBoxUtilities
 

Enumerations

Enumeration Type Documentation

enum eid_vwr_langs
strong

Possible languages.

Enumerator
EID_VWR_LANG_NONE 

No language has yet been selected. Used as initializer.

EID_VWR_LANG_DE 

German.

EID_VWR_LANG_EN 

English.

EID_VWR_LANG_FR 

French.

EID_VWR_LANG_NL 

Dutch.

enum eid_vwr_states
strong
Enumerator
STATE_LIBOPEN 

The library has been opened. Used as an initializer.

STATE_CALLBACKS 

The callbacks have been defined.

STATE_READY 

Ready to receive a token (eID card)

STATE_TOKEN 

A token (eID card) has been found.

STATE_TOKEN_WAIT 

The card has been read, we're now waiting for events to do something else.

STATE_TOKEN_ID 

Reading identity data.

STATE_TOKEN_CERTS 

Reading certificates.

STATE_TOKEN_PINOP 

Performing a PIN operation.

STATE_TOKEN_SERIALIZE 

Saving data to a file.

STATE_TOKEN_ERROR 

An error occurred while dealing with the card.

STATE_FILE 

We're dealing with files.

STATE_FILE_READING 

We're reading from the file currently.

STATE_FILE_WAIT 

We finished parsing the file.

STATE_CARD_INVALID 

The data was determined to be invalid. That is, the card could be read, but signature validation failed.

STATE_NO_TOKEN 

We don't have a card, and we also don't have a file.

STATE_NO_READER 

We don't have a reader (yet?)