| RSA BSAFE Cert-C |
Certificate Components for C |
| Crypto-C 6.2.1 Developer's Guide | ||
| Search |
#include "basetype.h"
#include "service.h"
Go to the source code of this file.
Functions | |
| int | C_InitializeCertC (SERVICE_HANDLER *handlers, POINTER *handlerParams, unsigned int handlerCount, CERTC_CTX *ctx) |
| Creates the Cert-C context and initializes the specified service providers and the internal fields of the context. More... | |
| void | C_FinalizeCertC (CERTC_CTX *ctx) |
| Unregisters all currently registered service providers. More... | |
| int | C_SetCertCFlags (CERTC_CTX ctx, UINT4 flags) |
Sets the current set of behavior flags for this CERTC_CTX to the specified values. More... | |
| int | C_GetCertCFlags (CERTC_CTX ctx, UINT4 *pFlags) |
Retrieves the current set of behavior flags for this CERTC_CTX. More... | |
|
|
Unregisters all currently registered service providers. Frees all memory associated with the context and sets the context to
|
|
||||||||||||
|
Retrieves the current set of behavior flags for this
|
|
||||||||||||||||||||
|
Creates the Cert-C context and initializes the specified service providers and the internal fields of the context. The application should call this function before calling any other Cert-C function. The service providers are initialized in order of type and in the specified order within each type. The service-provider type order is:
|
|
||||||||||||
|
Sets the current set of behavior flags for this
Calls to this API should generally be performed immediately after the
|