RSA BSAFE Cert-C

Certificate Components for C

Crypto-C 6.2.1 Developer's Guide
Search

OTHER_NAME Reference

Contains an application-defined alternate name.

It represents an otherName in the ALTERNATE_NAME structure. If CN_OTHER_NAME is set as the altNameType, complete this structure to specify the altName.

#include <certext.h>

typedef struct OTHER_NAME {

  ITEM typeId;

  ITEM value;
} OTHER_NAME;

Data Fields

ITEM typeId
 An ITEM structure whose data member points to an OID for the type of value.

ITEM value
 An ITEM structure whose data member points to the value of the other name.


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