I am involved in a project in which our employees need to sign specific documents using their digital signatures. To do this, each employee will have a RFID card to store their certificate with the private/public keys. My question is related to the size of such certificate. I have been browsing around but I have not been able to find an answer.
Which is the size of a file that contains the digital certificate with both the public and the private signatures?
Many thanks in advance!
The size of the certificate and a private key depends on algorithm, key length and additional information such as names of the issuer and subject, various URLs (for CRL and OCSP shecks etc) placed to the certificate. So it is reasonable to assume the size of one certificate to be between 2 and 4 Kb (I would reserve at least 4Kb per cert + key).