Utilities for BER string encoding and decoding.
Synopsis
Declared in <balber_berutil.h>
struct BerUtil_StringImpUtil;
Description
This component‐private utility struct provides a namespace for a suite of functions used by BerUtil to implement BER encoding and decoding operations for string values. Within the definition of this struct:
* the specification: > Refers to the August 2015 revision of the ITU‐T Recommendation X.690.
Type Aliases
Name |
Description |
|
Static Member Functions
Name |
Description |
Decode a BER character string into a |
|
Write |
|
Write the length and contents octets of the BER encoding of the specified byte |
|
Write the length and contents octets of the BER encoding of the specified character string |
|
Write the length and contents octets of the BER encoding of the specified character string |
|
Write the length and contents octets of the BER encoding of the specified character string |
Created with MrDocs