RSA Security logo

RSA BSAFE Cert-C
API Reference

pkispi.h File Reference

This file defines the PKI transaction service provider interface.

#include "basetype.h"
#include "pkimsg.h"
#include "bsafe.h"

Go to the source code of this file.

Data Structures

 PKI_FUNCS
 Stores pointers to a Cert-C PKI service provider's functions. More...


Typedefs

typedef pki_funcs PKI_FUNCS
 Stores pointers to a Cert-C PKI service provider's functions. More...


Typedef Documentation

typedef struct pki_funcs PKI_FUNCS
 

Stores pointers to a Cert-C PKI service provider's functions. Use the S_InitializeCRS(), S_InitializeSCEPPKI(), or S_InitializeCMP() function to initialize funcs's pki function pointer to the Cert-C CRS, Cert-C SCEP, or Cert-C CMP PKI service provider's implementation of PKI_FUNCS.

Note: The following SPIs in this structure are deprecated in Cert-C 2.5: ReadCertResponseMsg, WriteCertRequestMsg, RequestCert, SendMsg, GenerateProofOfPossession, and ValidateProofOfPossession.




RSA BSAFE® Cert-C 2.7 API Reference