This component‐private utility struct provides a namespace for a suite of functions used by BerUtil to implement BER encoding and decoding operations for integer values. Within the definition of this struct:
Synopsis
Declared in <balber_berutil.h>
struct BerUtil_IntegerImpUtil;
Description
* the specification: > Refers to the August 2015 revision of the ITU‐T Recommendation X.690.
Type Aliases
Name |
Description |
|
|
|
|
|
|
|
Static Member Functions
Name |
Description |
Read 5 bytes from the input sequence of the specified |
|
|
|
|
|
Write the 5 octets that comprise the 40‐bit, signed, 2's‐complement, bit‐endian representation of the specified integer |
|
Write exactly the specified |
|
Write the length and contents octets of the BER encoding of the specified integer |
Static Data Members
Name |
Description |
Number of octets used to encode a signed integer value in 40 bits. |
Created with MrDocs