sc_crypto_token_t

A cryptographic token represents a cryptographic key on the smart card, for example, a symmetric key or a private key.

Synopsis:

#include <smartcard/sc_crypto_token.h>
 
typedef struct _sc_crypto_token_t sc_crypto_token_t;

Arguments:

Since:

BlackBerry 10.2.0

Library:

libscs (For the qcc command, use the -l scs option to link against this library)

Description: