ASN.1 INTEGER stored in the generic asn1_string_st representation.
Synopsis
Declared in <openssl/asn1.h>
struct asn1_string_st;
Data Members
Name |
Description |
Content octets; length is given by |
|
Type‐dependent flags (ASN1_STRING_FLAG_*); for BIT STRING, unused‐bits and related encoding details are recorded here. |
|
Number of content octets in |
|
ASN.1 tag / string type (for example V_ASN1_OCTET_STRING or V_ASN1_UTF8STRING). |
Created with MrDocs