Encode the BER indefinite‐length octet to streamBuf.
Synopsis
Declared in <balber_berutil.h>
static
int
putIndefiniteLengthOctet(std::streambuf* streamBuf);
Description
This octet signifies that the length of the contents is indefinite (i.e., contents will be terminated by end of content octets). Return 0 on success, and a non‐zero value otherwise.
Return Value
0 on success, and a non‐zero value otherwise
Parameters
Name |
Description |
streamBuf |
output stream buffer |
Created with MrDocs