RSA Security logo

RSA BSAFE Cert-C
API Reference

PKI_CMP_STATUS_INFO Struct Reference

Deprecated:
This structure is deprecated in Cert-C 2.5. For more information on replacement structures, see the section on the Cert-C CMP PKI service provider. This structure was used to specify the CMP response message to the CA after the Ca has send a certificate to the end-entity. It was used to indicated whether the end-entity accepts or rejects the certificate issued by the CA.
Data Fields
certConfStatus Indicates whether the end-entity accepts or rejects the certificate issued by the CA. Possible values are PKI_CMP_CERT_CONF_ACCEPT or PKI_CMP_CERT_CONF_REJECT.
statusInfo Points to a PKI_STATUS_INFO structure. This member is sometimes optional, and if so, it must be set to (PKI_STATUS_INFO*)0. It is used to send status information, taken from the previous CA response message, to the CA.

#include <cmp.h>

00189 typedef struct {
00190   unsigned int     certConfStatus;
00191   PKI_STATUS_INFO *statusInfo;
00192 } PKI_CMP_STATUS_INFO;

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


RSA BSAFE® Cert-C 2.7 API Reference