Google은 흑인 공동체를 위한 인종적 평등을 추구하기 위해 노력하고 있습니다. 자세히 알아보기

nl :: 짜다:: ASN1 :: ASN1Reader

요약

공용 속성

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

공공 기능

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)

공용 속성

수업

uint8_t Class

IsConstructed

bool IsConstructed

IsEndOfContents

bool IsEndOfContents

IsIndefiniteLen

bool IsIndefiniteLen

꼬리표

uint32_t Tag

const uint8_t * Value

ValueLen

uint32_t ValueLen

공공 기능

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
)

초기화

void Init(
  const uint8_t *buf,
  uint32_t len
)

IsContained

bool IsContained(
  void
) const 

다음

ASN1_ERROR Next(
  void
)