Asn1Tag Struct Reference

ASN.1 tag. More...

#include <asn1.h>

Data Fields

bool_t constructed
 
uint_t objClass
 
uint_t objType
 
size_t length
 
const uint8_t * value
 
size_t totalLength
 

Detailed Description

ASN.1 tag.

Definition at line 101 of file asn1.h.

Field Documentation

◆ constructed

bool_t constructed

Definition at line 103 of file asn1.h.

◆ length

size_t length

Definition at line 106 of file asn1.h.

◆ objClass

uint_t objClass

Definition at line 104 of file asn1.h.

◆ objType

uint_t objType

Definition at line 105 of file asn1.h.

◆ totalLength

size_t totalLength

Definition at line 108 of file asn1.h.

◆ value

const uint8_t* value

Definition at line 107 of file asn1.h.


The documentation for this struct was generated from the following file:
  • cyclone_crypto/encoding/asn1.h