RSA Security logo

RSA BSAFE Cert-C
API Reference

QualifierInfo Reference

Stores a policy qualifier.

Use QualifierInfo in the POLICY_INFO structure.

Data Fields
qualifierID An ITEM structure that specifies the policy-qualifier object identifier.
qualifier An ITEM structure that specifies the policy qualifier. If the qualifier is DER encoded, then at encoding time its value is saved as is. Otherwise, it is encoded as an octet string. To omit, set the data field to NULL_PTR, and the len field to 0 (zero).

When the policy certificate extension value is retrieved, Cert-C returns the entire BER encoding of the qualifier that is defined by the qualifierID member. See RFC 2459 for the possible encodings for qualifierID. The application must perform any further BER decoding that is necessary.

#include <certext.h>

01936 typedef  struct QualifierInfo{
01937   ITEM qualifierID;             /* policy element id */
01938   ITEM qualifier;               /* policy qualifier, if omitted set the */
01939                                 /* data field to NULL_PTR, and length to 0 */
01940 }QualifierInfo;

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


RSA BSAFE® Cert-C 2.7 API Reference