Function hextooid

  • convert hexadecimal ASN.1 ObjectIdentifier value to OID string

    Parameters

    • h: string

      hexadecimal ASN.1 ObjectIdentifier value

    Returns string

    OID string (ex. "1.2.3.4")

    Example

    hextooid("550406") -> "2.5.4.6"