Created
April 17, 2020 09:04
-
-
Save peter279k/d2803696d657c84a76f3739611d92db4 to your computer and use it in GitHub Desktop.
Response JSON from http://127.0.0.1:61161/pkcs11info
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cryptokiVersion":2.04, | |
"flags":0, | |
"func":"pkcs11info", | |
"last_error":0, | |
"libraryDescription":"CHT PKCS#11 3.0.3.30306", | |
"libraryVersion":3.003, | |
"manufacturerID":"Chunghwa TeleComm TL", | |
"ret_code":0, | |
"slots":[ | |
{ | |
"firmwareVersion":0, | |
"flags":7, | |
"hardwareVersion":0, | |
"manufacturerID":"unKnow", | |
"slotDescription":"CASTLES EZ100PU 00 00", | |
"slotID":0, | |
"token":{ | |
"firmwareVersion":1, | |
"flags":1037, | |
"hardwareVersion":1, | |
"label":"HiCOS PKI Smart Card", | |
"manufacturerID":"Chunghwa TeleCom Co., Ltd.", | |
"model":"T7STP071906", | |
"serialNumber":"TP07190627124195", | |
"ulFreePrivateMemory":4294967295, | |
"ulFreePublicMemory":4294967295, | |
"ulMaxPinLen":8, | |
"ulMaxRwSessionCount":0, | |
"ulMaxSessionCount":0, | |
"ulMinPinLen":6, | |
"ulSessionCount":0, | |
"ulTotalPrivateMemory":4294967295, | |
"ulTotalPublicMemory":4294967295, | |
"utcTime":"" | |
} | |
} | |
], | |
"version":"1.0.2", | |
"serverVersion":"1.3.4.3", | |
"installedModule":[ | |
{ | |
"version":"1.3.4.3", | |
"description":"HiPKILocalSignServer" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment