PKCS11 Library Certificate Handling. More...
#include "pkcs11_object.h"
Functions | |
CK_RV | pkcs11_cert_x509_write (CK_VOID_PTR pObject, CK_ATTRIBUTE_PTR pAttribute, pkcs11_session_ctx_ptr pSession) |
CK_RV | pkcs11_cert_load (pkcs11_object_ptr pObject, CK_ATTRIBUTE_PTR pAttribute, ATCADevice device) |
CK_RV | pkcs11_cert_clear_session_cache (pkcs11_session_ctx_ptr session_ctx) |
CK_RV | pkcs11_cert_clear_object_cache (pkcs11_object_ptr pObject) |
Variables | |
const pkcs11_attrib_model | pkcs11_cert_x509public_attributes [] |
const CK_ULONG | pkcs11_cert_x509public_attributes_count |
const pkcs11_attrib_model | pkcs11_cert_wtlspublic_attributes [] |
const CK_ULONG | pkcs11_cert_wtlspublic_attributes_count |
const pkcs11_attrib_model | pkcs11_cert_x509_attributes [] |
const CK_ULONG | pkcs11_cert_x509_attributes_count |
PKCS11 Library Certificate Handling.