RSA BSAFE Cert-C

Certificate Components for C

Crypto-C 6.2.1 Developer's Guide
Search

QualifierInfo Reference

Stores a policy qualifier.

Use in the POLICY_INFO structure.

Samples:

extnhlp.c.

#include <certext.h>

typedef  struct QualifierInfo{

  ITEM qualifierID;

  ITEM qualifier;
}QualifierInfo;

Data Fields

ITEM qualifierID
 An ITEM structure that specifies the policy-qualifier object identifier.

ITEM qualifier
 An ITEM structure that specifies the policy qualifier. More...


Field Documentation

ITEM 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.


Copyright (c) 1999-2005 RSA Security Inc. All rights reserved. 067-001001-2720-001-000 - 2.7.2