lookupByOid

fun lookupByOid(oid: String): OID?

Checks if a given string is exists in the OID enumeration.

Return

the entry in the OID enumeration or null if not found.

Parameters

oid

the OID as a string in dotted-decimal notation.