This component‐private utility struct provides a namespace for a suite of functions used by BerUtil to implement BER identifier octet encoding and decoding.

Synopsis

Declared in <balber_berutil.h>

struct BerUtil_IdentifierImpUtil;

Type Aliases

Name

Description

Constants

Constants is an alias to a namespace for a suite of general‐purpose constants that occur when encoding or decoding BER data.

Static Member Functions

Name

Description

getIdentifierOctets

Decode BER identifier octets from streamBuf.

putIdentifierOctets

Encode BER identifier octets to streamBuf.

Created with MrDocs