Certificate Template The object class must be the first attribute in the array.
More...
#include <core_pkcs11.h>
|
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.
The documentation for this struct was generated from the following file: