| RSA BSAFE Cert-C |
Certificate Components for C |
| Crypto-C 6.2.1 Developer's Guide | ||
| Search |
It is a component of several X.509 v3 certificate extensions:
AIA_DESCRIPTION AUTHORITY_KEY_ID ISSUER_ALTNAME NAME_CONSTRAINTS SUBJECT_ALTNAME. AUTHORITY_KEY_ID ISSUER_ALTNAME ISSUING_DISTRIBUTION_POINT. CERT_ISSUER and is used in PKI_POP_GEN_SIGNATURE_INFO. cmp.c, cmpku.c, cmpreq.c, cmprev.c, extnhlp.c, pkiutil.c, roleattrib.c, saltname.c, and smplsaltnm.c.
#include <certext.h>
typedef struct ALTERNATE_NAME { unsigned int altNameType; union { OTHER_NAME otherName; ITEM rfc822Name; ITEM dNSName; OR_ADDRESS x400Address; NAME_OBJ directoryName; EDI_PARTY_NAME ediPartyName; ITEM resourceLocator; ITEM ipAddress; ITEM registeredID; } altName; } ALTERNATE_NAME;
Data Fields | |
| unsigned int | altNameType |
An unsigned int value that identifies the type of data structure in the altName union. More... | |
| union ALTERNATE_NAME::@4 | altName |
| A union that contains an alternate name in the format specified by altNameType. More... | |
|
|
A union that contains an alternate name in the format specified by altNameType.
|
|
|
An
|