In my project I'm trying to use a smart card for the purpose of creating digital signature for a specific data.
I'm working with the smart card reader ACR38U-I1 and Linux OS (more precisely with the Raspbian OS)
I already installed all the needed drivers for this device and additional libraries such as pcsc, pcsc-lite ...
Also I got private/public gpg keypair for making the digital signature. As I understand the concept of making digital signature using smart card I have to write the private key to this card and read it when I need to create a signature.
And in this situation I faced with a problem that I don't know how to do this.
I opened pcsc-lite documentation [1] and couldn't find a write methods or examples how to write data to card https://pcsclite.alioth.debian.org/api/group__API.html [1]
I'll be grateful if somebody could direct me on the right way.