RSA BSAFE Cert-C

Certificate Components for C

Crypto-C 6.2.1 Developer's Guide
Search

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 structure designates the E163-4 address number as the type of extended network address.

#include <certext.h>

typedef struct E163_4_ADDR {

  ITEM  number;

  ITEM  subAddress;
} E163_4_ADDR;

Data Fields

ITEM number
 An ITEM structure whose data member points to a numeric string and whose len member indicates the length of the string. More...

ITEM subAddress
 An ITEM structure whose data member points to a numeric string and whose len member indicates the length of the string. More...


Field Documentation

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

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


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