nl:: Weave:: ASN1
Ta przestrzeń nazw obejmuje wszystkie interfejsy Weave umożliwiające pracę z abstrakcyjnym zapisem składni abstrakcyjnej One (ASN.1).
Podsumowanie
Wyliczenia |
|
---|---|
@334
|
enum | typ wyliczeniowy |
ASN1TagClasses
|
enum | typ wyliczeniowy |
ASN1UniversalTags
|
enum | typ wyliczeniowy |
Definiuje typ |
|
---|---|
ASN1_ERROR
|
typedef Podstawowy typ wszystkich błędów podsystemu ASN1. |
Funkcje |
|
---|---|
DumpASN1(ASN1Reader & reader, const char *prefix, const char *indent)
|
|
FormatASN1Error(char *buf, uint16_t bufSize, int32_t err)
|
bool
Z powodu błędu ASN1 zwraca zrozumiały dla człowieka ciąg C z zakończeniem NULL i opisujący błąd.
|
GetEncodedObjectID(OID oid, const uint8_t *& encodedOID, uint16_t & encodedOIDLen)
|
bool
|
GetOIDCategory(OID oid)
|
OIDCategory
|
GetOIDName(OID oid)
|
const char *
|
HighestBit(uint32_t v)
|
uint8_t
|
ParseObjectID(const uint8_t *encodedOID, uint16_t encodedOIDLen)
|
OID
|
ReverseBits(uint8_t v)
|
uint8_t
|
ReverseBits(uint8_t v)
|
uint8_t
|
itoa2(uint32_t val, uint8_t *buf)
|
void
|
Zajęcia |
|
---|---|
nl:: |
|
nl:: |
|
nl:: |
Wyliczenia
@334
@334
ASN1TagClasses
ASN1TagClasses
ASN1UniversalTags
ASN1UniversalTags
Definiuje typ
ASN1_ERROR
ASN1_CONFIG_ERROR_TYPE ASN1_ERROR
Podstawowy typ wszystkich błędów podsystemu ASN1.
Jest on związany z typem związanym z platformą lub systemem.
Funkcje
DumpASN1
ASN1_ERROR DumpASN1( ASN1Reader & reader, const char *prefix, const char *indent )
FormatASN1Error
bool FormatASN1Error( char *buf, uint16_t bufSize, int32_t err )
Z powodu błędu ASN1 zwraca zrozumiały dla człowieka ciąg C z zakończeniem NULL i opisujący błąd.
Szczegóły | |||||||
---|---|---|---|---|---|---|---|
Parametry |
|
||||||
Zwroty |
true: jeśli ciąg opisu został zapisany w podanym buforze.
|
||||||
Zwroty |
false Jeśli podany błąd nie był błędem ASN1.
|
GetEncodedObjectID
bool GetEncodedObjectID( OID oid, const uint8_t *& encodedOID, uint16_t & encodedOIDLen )
GetOIDCategory
OIDCategory GetOIDCategory( OID oid )
GetOIDName
const char * GetOIDName( OID oid )
HighestBit
uint8_t HighestBit( uint32_t v )
ParseObjectID
OID ParseObjectID( const uint8_t *encodedOID, uint16_t encodedOIDLen )
ReverseBits
uint8_t ReverseBits( uint8_t v )
ReverseBits
uint8_t ReverseBits( uint8_t v )
itoa2
void itoa2( uint32_t val, uint8_t *buf )