1SC_FIND_PKCS15_APP(3)        OpenSC API reference        SC_FIND_PKCS15_APP(3)
2
3
4

NAME

6       sc_find_pkcs15_app - Find a PKCS#15 application on a card
7

SYNOPSIS

9          #include <opensc.h>
10
11          const sc_app_info_t *sc_find_pkcs15_app(sc_card_t *card);
12
13
14

DESCRIPTION

16       This function attempts to find a PKCS#15 application on card.
17       Currently, this means either a standard PKCS#15 implementation or a
18       Belgian eID.
19
20       Before calling this function, you MUST call sc_enum_apps() first.
21

RETURN VALUE

23       Returns a sc_app_info_t structure describing the PKCS#15 application,
24       or NULL if none was found.
25
26
27
28opensc                            05/04/2007             SC_FIND_PKCS15_APP(3)
Impressum