webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
asn1_type_st Struct Reference

#include <asn1.h>

Public Attributes

int type
 
union {
   char *   ptr
 
   ASN1_BOOLEAN   boolean
 
   ASN1_STRING *   asn1_string
 
   ASN1_OBJECT *   object
 
   ASN1_INTEGER *   integer
 
   ASN1_ENUMERATED *   enumerated
 
   ASN1_BIT_STRING *   bit_string
 
   ASN1_OCTET_STRING *   octet_string
 
   ASN1_PRINTABLESTRING *   printablestring
 
   ASN1_T61STRING *   t61string
 
   ASN1_IA5STRING *   ia5string
 
   ASN1_GENERALSTRING *   generalstring
 
   ASN1_BMPSTRING *   bmpstring
 
   ASN1_UNIVERSALSTRING *   universalstring
 
   ASN1_UTCTIME *   utctime
 
   ASN1_GENERALIZEDTIME *   generalizedtime
 
   ASN1_VISIBLESTRING *   visiblestring
 
   ASN1_UTF8STRING *   utf8string
 
   ASN1_STRING *   set
 
   ASN1_STRING *   sequence
 
   ASN1_VALUE *   asn1_value
 
value
 

Member Data Documentation

◆ asn1_string

ASN1_STRING* asn1_type_st::asn1_string

◆ asn1_value

ASN1_VALUE* asn1_type_st::asn1_value

◆ bit_string

ASN1_BIT_STRING* asn1_type_st::bit_string

◆ bmpstring

ASN1_BMPSTRING* asn1_type_st::bmpstring

◆ boolean

ASN1_BOOLEAN asn1_type_st::boolean

◆ enumerated

ASN1_ENUMERATED* asn1_type_st::enumerated

◆ generalizedtime

ASN1_GENERALIZEDTIME* asn1_type_st::generalizedtime

◆ generalstring

ASN1_GENERALSTRING* asn1_type_st::generalstring

◆ ia5string

ASN1_IA5STRING* asn1_type_st::ia5string

◆ integer

ASN1_INTEGER* asn1_type_st::integer

◆ object

ASN1_OBJECT* asn1_type_st::object

◆ octet_string

ASN1_OCTET_STRING* asn1_type_st::octet_string

◆ printablestring

ASN1_PRINTABLESTRING* asn1_type_st::printablestring

◆ ptr

char* asn1_type_st::ptr

◆ sequence

ASN1_STRING* asn1_type_st::sequence

◆ set

ASN1_STRING* asn1_type_st::set

◆ t61string

ASN1_T61STRING* asn1_type_st::t61string

◆ type

int asn1_type_st::type

◆ universalstring

ASN1_UNIVERSALSTRING* asn1_type_st::universalstring

◆ utctime

ASN1_UTCTIME* asn1_type_st::utctime

◆ utf8string

ASN1_UTF8STRING* asn1_type_st::utf8string

◆ value

union { ... } asn1_type_st::value

◆ visiblestring

ASN1_VISIBLESTRING* asn1_type_st::visiblestring

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