Initialize the smart card in preparation for decryption operations.
#include <smartcard_spi/SmartCardCryptoProvider.hpp>
virtual sc_response_code_t smartcard_spi::SmartCardCryptoProvider::decryptInit(const sc_crypto_system_t *cryptoSystem, const sc_crypto_token_t *key)
BlackBerry 10.3.0
The Cryptographic system to use for decryption operation. NULL may be allowed, for example, if the driver only supports one cryptographic system.
A cryptographic token describing the key to use for decryption operation. NULL may be allowed, for example, if the driver only supports one cryptographic key.
This function initializes the smart card in preparation to perform decryption operations with the specified cryptographic system and key.
If the function succeeds, SC_SCARD_S_SUCCESS is returned. Otherwise, an error code is returned.