nl :: Tejido:: ASN1 :: ASN1Reader

Resumen

Atributos públicos

Class
uint8_t
IsConstructed
bool
IsEndOfContents
bool
IsIndefiniteLen
bool
Tag
uint32_t
Value
const uint8_t *
ValueLen
uint32_t

Funciones publicas

EnterConstructedType (void)
EnterEncapsulatedType (void)
ExitConstructedType (void)
ExitEncapsulatedType (void)
GetBitString (uint32_t & outVal)
GetBoolean (bool & val)
GetGeneralizedTime ( ASN1UniversalTime & outTime)
GetInteger (int64_t & val)
GetObjectId (OID & oid)
GetUTCTime ( ASN1UniversalTime & outTime)
Init (const uint8_t *buf, uint32_t len)
void
IsContained (void) const
bool
Next (void)

Atributos públicos

Clase

uint8_t Class

Esta construido

bool IsConstructed

IsEndOfContents

bool IsEndOfContents

IsIndefiniteLen

bool IsIndefiniteLen

Etiqueta

uint32_t Tag

Valor

const uint8_t * Value

ValueLen

uint32_t ValueLen

Funciones publicas

EnterConstructedType

ASN1_ERROR EnterConstructedType(
  void
)

EnterEncapsulatedType

ASN1_ERROR EnterEncapsulatedType(
  void
)

ExitConstructedType

ASN1_ERROR ExitConstructedType(
  void
)

ExitEncapsulatedType

ASN1_ERROR ExitEncapsulatedType(
  void
)

GetBitString

ASN1_ERROR GetBitString(
  uint32_t & outVal
)

GetBoolean

ASN1_ERROR GetBoolean(
  bool & val
)

GetGeneralizedTime

ASN1_ERROR GetGeneralizedTime(
  ASN1UniversalTime & outTime
)

GetInteger

ASN1_ERROR GetInteger(
  int64_t & val
)

GetObjectId

ASN1_ERROR GetObjectId(
  OID & oid
)

GetUTCTime

ASN1_ERROR GetUTCTime(
  ASN1UniversalTime & outTime
)

En eso

void Init(
  const uint8_t *buf,
  uint32_t len
)

Está contenido

bool IsContained(
  void
) const 

próximo

ASN1_ERROR Next(
  void
)