eid-viewer
eid-viewer library
Class Methods
eIDOSLayerBackend Class Reference

#import <oslayer-objc.h>

Inherits NSObject.

Class Methods

(void) + pinop:
 calls eid_vwr_pinop()
 
(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) + mainloopThread
 calls mainloop in a background thread.
 
(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:withCa:
 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

Class method-only class which wraps the corresponding C-only APIs for the benefit of ObjC applications.


The documentation for this class was generated from the following files: