Encode the identifier octets for the specified tagClass, tagType and tagNumber to the specified streamBuf. Return 0 on success, and a non-zero value otherwise.
Declared in <balber_berutil.h>
static
int
putIdentifierOctets(
std::streambuf* streamBuf,
BerConstants::TagClass tagClass,
BerConstants::TagType tagType,
int tagNumber);