FreeRTOS:
PKCS11
PKCS11 Cryptoki Library
|
Return to main page ↑ |
Certificate Template The object class must be the first attribute in the array. More...
#include <iot_pkcs11.h>
Data Fields | |
CK_ATTRIBUTE | xObjectClass |
CKA_CLASS, set to CKO_CERTIFICATE. | |
CK_ATTRIBUTE | xSubject |
CKA_SUBJECT, this parameter is required by the PKCS #11 standard. | |
CK_ATTRIBUTE | xCertificateType |
CKA_CERTIFICATE_TYPE, set to CKC_X_509. | |
CK_ATTRIBUTE | xValue |
CKA_VALUE, the DER byte array of the certificate contents. | |
CK_ATTRIBUTE | xLabel |
CKA_LABEL. | |
CK_ATTRIBUTE | xTokenObject |
CKA_TOKEN. | |
Certificate Template The object class must be the first attribute in the array.