This encoder is useful to pack unstructered data into an ASN.1 type.
Definition at line 155 of file asn1encode.h.
OSB_LIB::Data2Asn1::Data2Asn1 | ( | size_t | tag, | |
const Asn1Data & | src | |||
) | [inline] |
void OSB_LIB::Data2Asn1::operator() | ( | Asn1Data & | dest | ) | const [virtual] |
size_t OSB_LIB::Data2Asn1::tagValue | ( | ) | const [inline, virtual] |
Value of tag for encoded data.
Implements OSB_LIB::Asn1DataEncoder.
Definition at line 167 of file asn1encode.h.
References tag_.
const Asn1Data& OSB_LIB::Data2Asn1::src_ [private] |
size_t OSB_LIB::Data2Asn1::tag_ [private] |
ASN.1 tag of an encoded decimal.
Definition at line 170 of file asn1encode.h.
Referenced by tagValue().