pkcs11-helper
Defines
PKCS11H_PROMPT_MASK
pkcs11-helper core interface

Prompt mask selection. More...

Defines

#define PKCS11H_PROMPT_MASK_ALLOW_PIN_PROMPT   (1<<0)
#define PKCS11H_PROMPT_MASK_ALLOW_TOKEN_PROMPT   (1<<1)
#define PKCS11H_PROMPT_MASK_ALLOW_ALL

Detailed Description

Prompt mask selection.


Define Documentation

Value:
( \
                PKCS11H_PROMPT_MASK_ALLOW_PIN_PROMPT | \
                PKCS11H_PROMPT_MASK_ALLOW_TOKEN_PROMPT \
        )

Allow all prompt.

Examples:
test-certificate.c.

Allow PIN prompt.

Allow token prompt.


pkcs11-helper, Copyright (C) Alon Bar-Lev <alon.barlev@gmail.com>OpenSC-Project.org Logo