corePKCS11  v3.2.0
PKCS #11 Cryptoki Library
PKCS11_CertificateTemplate_t Struct Reference

Certificate Template The object class must be the first attribute in the array. More...

#include <core_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.
 

Detailed Description

Certificate Template The object class must be the first attribute in the array.


The documentation for this struct was generated from the following file: