Changeset baaf582 in terepaima for signHash/cryptotoken.h


Ignore:
Timestamp:
Dec 12, 2017, 11:23:30 AM (6 years ago)
Author:
Antonio Araujo <aaraujo@…>
Branches:
master
Parents:
595f4e7
Message:

Modificación en la función getCertificateInformation(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE certificate) para que se retorne el certificado en hexadecimal en la QStringList.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • signHash/cryptotoken.h

    r595f4e7 rbaaf582  
    122122     * @param hSession session handle
    123123     * @param key key handle
    124      * @return QStringList with commonName and expiration date
     124     * @return QStringList with commonName, organization, expiration date and certificate in hexadecimal
    125125     */
    126126    QStringList getCertificateInformation(CK_SESSION_HANDLE hSession, CK_OBJECT_HANDLE certificate);
Note: See TracChangeset for help on using the changeset viewer.