const crypto/x509.nameTypeURI

4 uses

	crypto/x509 (current package)
		verify.go#L661: 			case nameTypeURI:
		x509.go#L895: 	nameTypeURI   = 6
		x509.go#L1078: 		case nameTypeURI:
		x509.go#L1673: 		rawValues = append(rawValues, asn1.RawValue{Tag: nameTypeURI, Class: 2, Bytes: []byte(uriStr)})