RSA BSAFE Cert-C

Certificate Components for C

Crypto-C 6.2.1 Developer's Guide
Search

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.

#include <certext.h>

typedef struct UNFORMATTED_POSTAL_ADDR {

  unsigned int  printableAddrCount;

  ITEM         *printableAddr;

  ITEM          teletexString;
} UNFORMATTED_POSTAL_ADDR;

Data Fields

unsigned int printableAddrCount
 An unsigned int value that indicates the number of elements in the printableAddr array. More...

ITEM* printableAddr
 A pointer to an ITEM array. More...

ITEM teletexString
 An ITEM structure whose data member points to a teletex string. More...


Field Documentation

ITEM* printableAddr
 

A pointer to an ITEM array. The data members point to printable strings. The maximum length is UB_pdsParameterLength.

unsigned int printableAddrCount
 

An unsigned int value that indicates the number of elements in the printableAddr array. The maximum number of printableAddr elements is UB_pdsPhysicalAddressLines.

ITEM teletexString
 

An ITEM structure whose data member points to a teletex string. The maximum length is UB_unformattedAddressLength.


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