- clear
void clear()
Reset this instance to an empty OID.
- decodeFrom
void decodeFrom(BERDecoder decoder)
Undocumented in source. Be warned that the author may not have intended to support it.
- encodeInto
void encodeInto(DEREncoder der)
Undocumented in source. Be warned that the author may not have intended to support it.
- getId
const(Vector!uint) getId()
Get this OID as list (vector) of its components.
- opBinary
OID opBinary(OID oid, uint component)
Append another component onto the OID.
- opBinary
bool opBinary(OID b)
- opCmp
int opCmp(OID b)
- opEquals
bool opEquals(OIDImpl oid)
- opOpAssign
void opOpAssign(uint new_comp)
Add a component to this OID.
- toString
string toString()
- toVector
Vector!char toVector()
Undocumented in source. Be warned that the author may not have intended to support it.
This class represents ASN.1 object identifiers.