RSA Security logo

RSA BSAFE Cert-C
API Reference

UNFORMATTED_POSTAL_ADDR Reference

Contains a non-formatted postal address.

It can be used as an extension attribute in an OR_ADDRESS structure. (The OR_ADDRESS can be used as the alternate name in an ALTERNATE_NAME structure.) In the extension-attribute structure, EXTENSION_ATTRIBUTE, if EA_UNFORMATTED_POSTAL_ADDR is set as the extension-attribute type, complete an UNFORMATTED_POSTAL_ADDR structure to specify the extension-attribute value.

Data Fields
printableAddrCount An unsigned int value that indicates the number of elements in the printableAddr array. The maximum number of printableAddr elements is UB_pdsPhysicalAddressLines.
printableAddr A pointer to an ITEM array. The data members point to printable strings. The maximum length is UB_pdsParameterLength.
teletexString An ITEM structure whose data member points to a teletex string. The maximum length is UB_unformattedAddressLength.

#include <certext.h>

01218 typedef struct UNFORMATTED_POSTAL_ADDR {
01219   unsigned int  printableAddrCount; /* number of printableAddr items */
01220   ITEM         *printableAddr;      /* points to printable string */
01221   ITEM          teletexString;      /* points to teletex string */
01222 } UNFORMATTED_POSTAL_ADDR;

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


RSA BSAFE® Cert-C 2.7 API Reference