ASN.1 OID
This class represents ASN.1 object identifiers.
Find out whether this OID is empty
Get this OID as list (vector) of its components.
Get this OID as a string
Compare two OIDs.
Reset this instance to an empty OID.
Append another component onto the OID.
OID oid | the OID to add the new component to |
uint component | the new component to add |
Compare two OIDs.
OID b | the second OID |
Compare two OIDs.
OID b | the second OID |
Add a component to this OID.
uint new_comp | the new component to add to the end of this OID |
Construct an OID from a string.
string oid_str | a string in the form "a.b.c" etc., where a,b,c are numbers |