RSA Security logo

RSA BSAFE Cert-C
API Reference

E163_4_ADDR Reference

A type of extended network address in the EXTENSION_ATTRIBUTE structure.

Use this structure only if you are providing an OR_ADDRESS structure as the alternate name in an ALTERNATE_NAME structure, and you are completing an extended network address for the EXTENSION_ATTRIBUTE. This E163_4_ADDR structure designates the E163-4 address number as the type of extended network address.

Data Fields
number An ITEM structure whose data member points to a numeric string and whose len member indicates the length of the string. The maximum length is UB_el634NumberLength.
subAddress An ITEM structure whose data member points to a numeric string and whose len member indicates the length of the string. The maximum length is UB_e1634SubAddressLength.

#include <certext.h>

01252 typedef struct E163_4_ADDR {
01253   ITEM  number;     /* points to numeric string */
01254   ITEM  subAddress; /* points to numeric string */
01255 } E163_4_ADDR;

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


RSA BSAFE® Cert-C 2.7 API Reference