This component‐private utility struct provides a namespace for a suite of functions used by BerUtil to implement BER length quantity encoding and decoding.
Synopsis
Declared in <balber_berutil.h>
struct BerUtil_LengthImpUtil;
Type Aliases
Name |
Description |
|
|
|
Static Member Functions
Name |
Description |
Decode the "end‐of‐content" octets (two consecutive zero‐octets) from the specified |
|
Decode the length octets from the specified |
|
Encode the identifier octets for the specified |
|
Encode the "indefinite‐length" octet onto the specified |
|
Encode the specified |
Created with MrDocs