eid-viewer
eid-viewer library
Files | Data Structures | Variables
Objective-C wrapper API (OSX only)

Files

file  oslayer-objc.h
 

Data Structures

protocol  <eIDOSLayerUI >
 Protocol for implementing a UI. More...
 

Variables

NSInteger setUi
 calls eid_vwr_ui_callbacks() and eid_vwr_createcallbacks()
 
NSImage * getPreview
 calls eid_vwr_get_preview(), and converts the result to an NSImage*
 
void setLang
 calls eid_vwr_convert_set_lang()
 
eIDLanguage lang
 calls eid_vwr_convert_get_lang()
 
void poll
 calls eid_vwr_poll()
 
void mainloop
 calls eid_vwr_be_mainloop(), which does not return
 
void deserialize
 calls eid_vwr_be_deserialize()
 
void serialize
 calls eid_vwr_be_serialize()
 
NSData * xmlform
 calls eid_vwr_be_get_xmlform(), and converts the result to an NSData*
 
void closeFile
 calls eid_vwr_close_file()
 
void setInvalid
 calls eid_vwr_be_set_invalid()
 
eIDResult validateCert
 calls eid_vwr_verify_cert() with valid perform_ocsp_request and free_ocsp_request function pointers
 
eIDResult validateRrnCert
 calls eid_vwr_verify_rrncert()
 
void selectReader
 calls eid_vwr_be_select_slot() with 0 as the first parameter, and the given reader number as the second parameter.
 
void setReaderAuto
 calls eid_vwr_be_select_slot with nonzero (if YES) or zero (if NO) as the first parameter, and 0 as the second parameter.
 

Detailed Description