eid-viewer
eid-viewer library
|
#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) | + 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) | + validateCert:withCa:andAllowList: |
calls eid_vwr_verify_cert_full() with valid perform_ocsp_request and free_ocsp_request function pointers, possibly setting flags to EID_VWR_NO_OCSP_ALLOWLIST | |
(eIDResult) | + validateRootCert: |
calls eid_vwr_verify_root_cert() | |
(eIDResult) | + validateIntCert:withCa: |
calls eid_vwr_verify_int_cert() with valid perform_http_request and free_http_request function pointers | |
(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. | |
(void) | + doChallengeInternal |
calls eid_vwr_challenge() with random data, to be used when useDefaultChallengeResult returns YES. | |
(void) | + doChallenge: |
calls eid_vwr_challenge() | |
Class method-only class which wraps the corresponding C-only APIs for the benefit of ObjC applications.