RSA Security logo

RSA BSAFE Cert-C
API Reference

crmf.h File Reference

This file contains defines, typedefs, and function prototypes for dealing with elements of CRMF (RFC 2511bis).

#include "certc.h"

Go to the source code of this file.

Data Structures

 ENCRYPTED_KEY_INFO
 PKI_ARCHIVE_OPTION
 SINGLE_PUB_INFO

Functions

int S_AddPKIPublicationInfo (CERTC_CTX ctx, int action, SINGLE_PUB_INFO *pPubInfos, unsigned int pubInfoCount, ATTRIBUTES_OBJ controls)
 Adds publication information to a message. More...


Function Documentation

int S_AddPKIPublicationInfo CERTC_CTX    ctx,
int    action,
SINGLE_PUB_INFO *    pPubInfos,
unsigned int    pubInfoCount,
ATTRIBUTES_OBJ    controls
;
 

Adds publication information to a message.

Parameters:
ctx This input parameter is the Cert-C context.
action This input parameter is the publication action to take. Possible values are DONT_PUBLISH and PLEASE_PUBLISH.
pPubInfos This input parameter points to the first element in an array of SINGLE_PUB_INFOs. It contains information about how and where to publish the certificate. It must be NULL if the action is DONT_PUBLISH.
pubInfoCount This input parameter is the number of elements in the array of SINGLE_PUB_INFOs.
controls This input/output parameter is the control object to which archival information is added.



RSA BSAFE® Cert-C 2.7 API Reference