RSA Security logo

RSA BSAFE Cert-C
API Reference

PBM_INFO Struct Reference

Contains the information needed to protect or validate the protection of a PKI message using a password-based message authentication code (Password-Based MAC).

The sharedSecret field specifies a byte- array with the input (password) to the PBM algorithm identified by the algorithm field. Use PBM_INFO in the PKI_POP_GEN_SIGNATURE_INFO structure.

Data Fields
sharedSecret An ITEM structure that specifies the password to the PBM algorithm.
algorithm An ALGORITHM_IDENTIFIER structure that identifies the algorithm used to protect the PKI message.

#include <pkimsg.h>

01273 typedef struct {
01274   ITEM                 sharedSecret;
01275   ALGORITHM_IDENTIFIER algorithm;
01276 } PBM_INFO;

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


RSA BSAFE® Cert-C 2.7 API Reference