RSA Security logo

RSA BSAFE Cert-C
API Reference

dbspi.h File Reference

This file defines the database service provider interface.

#include "basetype.h"
#include "certapi.h"
#include "crlapi.h"
#include "certattr.h"

Go to the source code of this file.

Data Structures

 DB_FUNCS
 Stores pointers to all Cert-C Database service provider functions. More...


Typedefs

typedef db_funcs DB_FUNCS
 Stores pointers to all Cert-C Database service provider functions. More...


Typedef Documentation

typedef struct db_funcs DB_FUNCS
 

Stores pointers to all Cert-C Database service provider functions. Use S_InitializeDefaultDB(), S_InitializeMemoryDB(), S_InitializeCryptoAPIDB(), S_InitializeLDAPSource(), S_InitializeSCEPDB(), or S_InitializePKCS11DB() to initialize funcs's db function pointer to the Cert-C Default, Cert-C In-Memory, Cert-C CryptoAPI, Cert-C LDAP, Cert-C SCEP, or Cert-C PKCS #11 Database service provider's implementation of DB_FUNCS.




RSA BSAFE® Cert-C 2.7 API Reference