ASN.1 INTEGER stored in the generic asn1_string_st representation.
Declared in <openssl/asn1.h>
struct asn1_string_st;
| Name | Description |
|---|---|
data | Content octets; length is given by length (may be NULL when empty). |
flags | Type-dependent flags (ASN1_STRING_FLAG_*); for BIT STRING, unused-bits and related encoding details are recorded here. |
length | Number of content octets in data (not including a trailing NUL unless present in the encoding). |
type | ASN.1 tag / string type (for example V_ASN1_OCTET_STRING or V_ASN1_UTF8STRING). |