GENERAL_NAME_st Struct Reference

#include <x509v3.h>

Data Fields

int  type
union {
   char *   ptr
   OTHERNAME *   otherName
   ASN1_IA5STRING *   rfc822Name
   ASN1_IA5STRING *   dNSName
   ASN1_TYPE *   x400Address
   X509_NAME *   directoryName
   EDIPARTYNAME *   ediPartyName
   ASN1_IA5STRING *   uniformResourceIdentifier
   ASN1_OCTET_STRING *   iPAddress
   ASN1_OBJECT *   registeredID
   ASN1_OCTET_STRING *   ip
   X509_NAME *   dirn
   ASN1_IA5STRING *   ia5
   ASN1_OBJECT *   rid
   ASN1_TYPE *   other
d

Field Documentation

union { ... } GENERAL_NAME_st::d
 
X509_NAME* GENERAL_NAME_st::directoryName
 
X509_NAME* GENERAL_NAME_st::dirn
 
ASN1_IA5STRING* GENERAL_NAME_st::dNSName
 
EDIPARTYNAME* GENERAL_NAME_st::ediPartyName
 
ASN1_IA5STRING* GENERAL_NAME_st::ia5
 
ASN1_OCTET_STRING* GENERAL_NAME_st::ip
 
ASN1_OCTET_STRING* GENERAL_NAME_st::iPAddress
 
ASN1_TYPE* GENERAL_NAME_st::other
 
OTHERNAME* GENERAL_NAME_st::otherName
 
char* GENERAL_NAME_st::ptr
 
ASN1_OBJECT* GENERAL_NAME_st::registeredID
 
ASN1_IA5STRING* GENERAL_NAME_st::rfc822Name
 
ASN1_OBJECT* GENERAL_NAME_st::rid
 
int GENERAL_NAME_st::type
 
ASN1_IA5STRING* GENERAL_NAME_st::uniformResourceIdentifier
 
ASN1_TYPE* GENERAL_NAME_st::x400Address
 

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

Copyright © Nokia Corporation 2001-2008
Back to top