RSA Security logo

RSA BSAFE Cert-C
API Reference

PKI_CERT_IDENTIFIER Struct Reference

Identifies a certificate by using information related to the certificate.

The only supported information used to identify a certificate is certificate issuer serial number. This structure is used in C_SetPKIRevokeRespCertID() that sets the values of the PKI certificate into the revoke response object and C_GetPKIRevokeRespCertID() that gets the values of the PKI certificate from the revoke response object.

Data Fields
type An int value that identifies the type of data structure in the id union. The only supported value for type is PKI_ISSUER_SERIAL.
id A union that contains an issuer serial number.

#include <pkimsg.h>

01496 typedef struct {
01497   int type;
01498   union {
01499     PKI_ISSUER_SERIAL_NUMBER issuerSerialNumber;
01500   } id;
01501 } PKI_CERT_IDENTIFIER;

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


RSA BSAFE® Cert-C 2.7 API Reference